Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/shlex-1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu authored Jan 22, 2024
2 parents fae6f30 + 84327e4 commit 639615f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ impl Serialize for EventID {

impl PartialEq<str> for EventID {
fn eq(&self, other: &str) -> bool {
&format!("{self}") == other
format!("{self}") == other
}
}

Expand Down

0 comments on commit 639615f

Please sign in to comment.