Skip to content

Commit

Permalink
Disable clippy warning about method after test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Oct 25, 2024
1 parent ed4051d commit e1dcd0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tooling/nargo_cli/tests/stdlib-tests.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//! Execute unit tests in the Noir standard library.
#![allow(clippy::items_after_test_module)]
use clap::Parser;
use fm::FileManager;
use noirc_driver::{check_crate, file_manager_with_stdlib, CompileOptions};
Expand Down

0 comments on commit e1dcd0b

Please sign in to comment.