Skip to content

Commit

Permalink
Impl Eq for msl::Options (gfx-rs#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
expenses authored Apr 18, 2021
1 parent 4cbef59 commit a584ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/back/msl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ enum LocationMode {
Uniform,
}

#[derive(Clone, Debug, Hash, PartialEq)]
#[derive(Clone, Debug, Hash, PartialEq, Eq)]
#[cfg_attr(feature = "serialize", derive(serde::Serialize))]
#[cfg_attr(feature = "deserialize", derive(serde::Deserialize))]
pub struct Options {
Expand Down

0 comments on commit a584ec8

Please sign in to comment.