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