chore (macros-impl): allow clippy::items_after_test_module

This commit is contained in:
naskya 2024-06-12 03:50:40 +09:00
parent 9502289d89
commit e6735519df
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -1,2 +1,4 @@
#![allow(clippy::items_after_test_module)]
pub mod napi;
mod util;