mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Allow clippy
This commit is contained in:
parent
71c4a8968d
commit
1d678cf6a0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
//! See [`LineIndex`].
|
||||
|
||||
#![deny(clippy::pedantic, missing_debug_implementations, missing_docs, rust_2018_idioms)]
|
||||
#![deny(missing_debug_implementations, missing_docs, rust_2018_idioms)]
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
|
Loading…
Reference in a new issue