We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8e425b + c1bf33d commit f67f108Copy full SHA for f67f108
tests/by-util/test_lslocks.rs
@@ -3,6 +3,7 @@
3
// For the full copyright and license information, please view the LICENSE
4
// file that was distributed with this source code.
5
6
+#[cfg(target_os = "linux")]
7
use crate::common::util::TestScenario;
8
9
#[test]
tests/by-util/test_mcookie.rs
@@ -5,7 +5,7 @@
use std::io::Write;
-use tempfile::{NamedTempFile, TempDir};
+use tempfile::NamedTempFile;
10
11
0 commit comments