mirror of
https://github.com/uutils/diffutils.git
synced 2026-06-10 15:48:59 -07:00
Merge pull request #105 from cakebaker/fix_unused_import_on_windows
Fix "unused import" warning on Windows
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
|
||||
use assert_cmd::cmd::Command;
|
||||
use predicates::prelude::*;
|
||||
use std::fs::{File, OpenOptions};
|
||||
use std::fs::File;
|
||||
#[cfg(not(windows))]
|
||||
use std::fs::OpenOptions;
|
||||
use std::io::Write;
|
||||
use tempfile::{tempdir, NamedTempFile};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user