Skip to content

Commit

Permalink
refactor: s/Expected<Out>/Self
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Apr 18, 2024
1 parent 919e889 commit ecf7e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moz-webgpu-cts/src/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ where
self.inner().is_disjoint(rep)
}

pub fn is_superset(&self, rep: &Expected<Out>) -> bool
pub fn is_superset(&self, rep: &Self) -> bool
where
Out: std::fmt::Debug + Default + EnumSetType,
{
Expand Down

0 comments on commit ecf7e45

Please sign in to comment.