mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 12:18:33 +00:00
Remove unnecessary unused attribute
This commit is contained in:
parent
d14c9be321
commit
2ec406bf64
@ -250,7 +250,6 @@ impl FlycheckActor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
struct CargoHandle {
|
struct CargoHandle {
|
||||||
#[allow(unused)]
|
|
||||||
thread: jod_thread::JoinHandle<io::Result<()>>,
|
thread: jod_thread::JoinHandle<io::Result<()>>,
|
||||||
receiver: Receiver<CargoMessage>,
|
receiver: Receiver<CargoMessage>,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user