diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2021-01-27 12:40:15 +0300 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2021-01-27 12:40:15 +0300 |
| commit | 5101f85da06bb467bfec0cec5e96267ad282456c (patch) | |
| tree | d1e629efc60dbcceae891681abdece7574c2d1c7 | |
| parent | b8d50a7414389a237eeaa67e575a5374da698300 (diff) | |
| download | rust-5101f85da06bb467bfec0cec5e96267ad282456c.tar.gz rust-5101f85da06bb467bfec0cec5e96267ad282456c.zip | |
Squelch a warning
| -rw-r--r-- | crates/rust-analyzer/src/bin/args.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/rust-analyzer/src/bin/args.rs b/crates/rust-analyzer/src/bin/args.rs index 37d8414f4e6..2a532361dc9 100644 --- a/crates/rust-analyzer/src/bin/args.rs +++ b/crates/rust-analyzer/src/bin/args.rs @@ -16,6 +16,7 @@ pub(crate) struct Args { pub(crate) log_file: Option<PathBuf>, pub(crate) no_buffering: bool, pub(crate) command: Command, + #[allow(unused)] pub(crate) wait_dbg: bool, } |
