Skip to content

Commit

Permalink
feat(#129): defer unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 19, 2024
1 parent 3d51166 commit 3418049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
mod tests {
use anyhow::Result;
use assert_cmd::Command;
#[cfg_attr(target_os = "windows", allow(unused_imports))]
use defer::defer;
use std::str;
#[cfg_attr(target_os = "windows", allow(unused_imports))]
Expand Down

0 comments on commit 3418049

Please sign in to comment.