rust: allow clippy::items_after_test_module

As clippy began to complain about jsonbuilder.rs
pull/10115/head
Philippe Antoine 1 year ago committed by Victor Julien
parent fc2acf8cb0
commit 673d13d445

@ -27,6 +27,9 @@
#![allow(clippy::let_and_return)]
#![allow(clippy::uninlined_format_args)]
// We find this is beyond what the linter should flag.
#![allow(clippy::items_after_test_module)]
// We find this makes sense at time.
#![allow(clippy::module_inception)]

Loading…
Cancel
Save