Remove unnecessary unused attribute

This commit is contained in:
Lukas Wirth 2021-10-11 14:42:18 +02:00
parent d14c9be321
commit 2ec406bf64

View File

@ -250,7 +250,6 @@ impl FlycheckActor {
}
struct CargoHandle {
#[allow(unused)]
thread: jod_thread::JoinHandle<io::Result<()>>,
receiver: Receiver<CargoMessage>,
}