Skip to content

Commit

Permalink
remove suppression for clippy::items_after_test_module
Browse files Browse the repository at this point in the history
Because it's fixed in the lasted Clippy.

rust-lang/rust-clippy#11050
  • Loading branch information
asomers committed Oct 9, 2023
1 parent b3db0de commit e0e8570
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integration.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
// vim: tw=80

// This lint doesn't play nicely with rstest and modules.
// https://github.com/rust-lang/rust-clippy/issues/11050
#![allow(clippy::items_after_test_module)]

use std::{ffi::CString, fs, io::Write, process::Command};

use assert_cmd::prelude::*;
Expand Down

0 comments on commit e0e8570

Please sign in to comment.