Skip to content

Commit

Permalink
Eq
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaggart committed Sep 27, 2022
1 parent 3bcd119 commit 0b7d3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/autorust/codegen/src/codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pub fn parse_query_params(uri: &str) -> Result<HashSet<String>> {
}

/// Whether or not to pass a type as a reference.
#[derive(Copy, Clone, PartialEq)]
#[derive(Copy, Clone, PartialEq, Eq)]
pub enum AsReference {
True,
False,
Expand Down

0 comments on commit 0b7d3ca

Please sign in to comment.