Skip to content

Commit

Permalink
tests: bypass incorrect clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
laniakea64 committed Dec 11, 2024
1 parent 945d0b7 commit f4c2bf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pub fn run_vim(
home: &Path,
interrupted: &Arc<AtomicBool>,
) -> io::Result<()> {
#[expect(clippy::zombie_processes)] // Clippy doesn't recognize the wait_timeout crate
let mut vim = Command::new(&*VIM_BIN)
.arg(if *TEST_NVIM {
"--headless"
Expand Down

0 comments on commit f4c2bf3

Please sign in to comment.