Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Feb 12, 2025
1 parent 57df94e commit 2261c37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hex_assignments/src/assignment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ impl From<Assignment> for ProtoAssignment {
}
}

#[allow(clippy::from_over_into)]
// used one direction only
impl Into<bool> for Assignment {
fn into(self) -> bool {
match self {
Expand Down

0 comments on commit 2261c37

Please sign in to comment.