Merge pull request #261 from cakebaker/mcookie_lslocks_fix_unused_import_warnings
mcookie, lslocks: fix "unused import" warnings in tests
This commit is contained in:
commit
f67f108711
tests/by-util
@ -3,6 +3,7 @@
|
||||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
use crate::common::util::TestScenario;
|
||||
|
||||
#[test]
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
use std::io::Write;
|
||||
|
||||
use tempfile::{NamedTempFile, TempDir};
|
||||
use tempfile::NamedTempFile;
|
||||
|
||||
use crate::common::util::TestScenario;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user