chore (macros-impl): allow clippy::items_after_test_module
This commit is contained in:
parent
9502289d89
commit
e6735519df
1 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
|||
#![allow(clippy::items_after_test_module)]
|
||||
|
||||
pub mod napi;
|
||||
mod util;
|
||||
|
|
Loading…
Reference in a new issue