diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2021-10-11 14:42:18 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2021-10-11 14:42:18 +0200 |
| commit | 2ec406bf64b8f35c85c06b972d26024281abd10a (patch) | |
| tree | 90312e555cf268d6438085396367e49835ce56fb | |
| parent | d14c9be321a5a1bb27aeaff1e4bd8528dca114db (diff) | |
| download | rust-2ec406bf64b8f35c85c06b972d26024281abd10a.tar.gz rust-2ec406bf64b8f35c85c06b972d26024281abd10a.zip | |
Remove unnecessary unused attribute
| -rw-r--r-- | crates/flycheck/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/flycheck/src/lib.rs b/crates/flycheck/src/lib.rs index 7256f07688c..34996280caf 100644 --- a/crates/flycheck/src/lib.rs +++ b/crates/flycheck/src/lib.rs @@ -250,7 +250,6 @@ impl FlycheckActor { } struct CargoHandle { - #[allow(unused)] thread: jod_thread::JoinHandle<io::Result<()>>, receiver: Receiver<CargoMessage>, } |
