Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore items_after_test_module clippy false positive
rust-lang/rust-clippy#10713 warning: items were found after the testing module --> src/lib.rs:148:1 | 148 | / mod tests; 149 | | mod write; 150 | | 151 | | use std::env; ... | 600 | | } 601 | | } | |_^ | = help: move the items to before the testing module was defined = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#items_after_test_module = note: `#[warn(clippy::items_after_test_module)]` on by default
- Loading branch information