Skip to content

Commit 30044c6

Browse files
committed
rustup-utils: Remove unused import
Trivial warning fix Signed-off-by: Daniel Silverstone <[email protected]>
1 parent 297b177 commit 30044c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rustup-utils/src/utils.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ use std::fs::{self, File};
99
use std::io::{self, Write};
1010
use std::path::{Path, PathBuf};
1111
use std::process::Command;
12-
use std::sync::atomic::{AtomicBool, Ordering, ATOMIC_BOOL_INIT};
1312
use url::Url;
1413

1514
#[cfg(windows)]

0 commit comments

Comments
 (0)