diff options
-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 37d8414f4..2a532361d 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 { | |||
16 | pub(crate) log_file: Option<PathBuf>, | 16 | pub(crate) log_file: Option<PathBuf>, |
17 | pub(crate) no_buffering: bool, | 17 | pub(crate) no_buffering: bool, |
18 | pub(crate) command: Command, | 18 | pub(crate) command: Command, |
19 | #[allow(unused)] | ||
19 | pub(crate) wait_dbg: bool, | 20 | pub(crate) wait_dbg: bool, |
20 | } | 21 | } |
21 | 22 | ||