Skip to content

Commit 66563e7

Browse files
authored
Merge pull request #1680 from kinnison/kinnison/warning-fix
rustup-utils: Remove unused import
2 parents 170d711 + 30044c6 commit 66563e7

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)