Skip to content

Commit

Permalink
chore: clippy fix (noir-lang#2788)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored and Sakapoi committed Oct 19, 2023
1 parent c01b09c commit 772c21a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/noirc_frontend/src/node_interner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ pub struct FunctionModifiers {
impl FunctionModifiers {
/// A semi-reasonable set of default FunctionModifiers used for testing.
#[cfg(test)]
#[allow(clippy::new_without_default)]
pub fn new() -> Self {
Self {
visibility: Visibility::Public,
Expand Down

0 comments on commit 772c21a

Please sign in to comment.