Skip to content

Commit

Permalink
Add clippy allow
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Apr 18, 2024
1 parent 4dd4e2b commit fc31dc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vm/src/types/builtin_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ impl BuiltinName {
}
}

// Implementing this as a trait would generate confusion as `Display` impl uses suffixed version
#[allow(clippy::should_implement_trait)]
/// Converts a [`BuiltinName`] from its string representation
///
/// ## Example
Expand Down

0 comments on commit fc31dc6

Please sign in to comment.