mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Lint debug prints and disallowed types with clippy
This commit is contained in:
parent
850ba2fb63
commit
9e8a0fae0c
64 changed files with 170 additions and 229 deletions
|
@ -5,6 +5,7 @@
|
|||
//! Run with `RUST_LOG=lsp_server=debug` to see all the messages.
|
||||
|
||||
#![warn(rust_2018_idioms, unused_lifetimes)]
|
||||
#![allow(clippy::print_stdout, clippy::disallowed_types)]
|
||||
|
||||
mod error;
|
||||
mod msg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue