mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
Remove unnecessary unused attribute
This commit is contained in:
@@ -250,7 +250,6 @@ fn send(&self, check_task: Message) {
|
||||
}
|
||||
|
||||
struct CargoHandle {
|
||||
#[allow(unused)]
|
||||
thread: jod_thread::JoinHandle<io::Result<()>>,
|
||||
receiver: Receiver<CargoMessage>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user