Skip to content

Commit

Permalink
fix: allow clippy::items_after_test_module) lint for find_msrv integr…
Browse files Browse the repository at this point in the history
…ation test module
  • Loading branch information
foresterre committed Nov 17, 2023
1 parent 698c6d7 commit 6dd0839
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/find_msrv.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::items_after_test_module)]

extern crate cargo_msrv;

use cargo_msrv::error::CargoMSRVError;
Expand Down

0 comments on commit 6dd0839

Please sign in to comment.