Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/text-edit/src/lib.rs')
-rw-r--r--crates/text-edit/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/text-edit/src/lib.rs b/crates/text-edit/src/lib.rs
index e2ff373c1b..3efe0850d8 100644
--- a/crates/text-edit/src/lib.rs
+++ b/crates/text-edit/src/lib.rs
@@ -4,8 +4,6 @@
//! so `TextEdit` is the ultimate representation of the work done by
//! rust-analyzer.
-#![warn(rust_2018_idioms, unused_lifetimes)]
-
use itertools::Itertools;
use std::cmp::max;
pub use text_size::{TextRange, TextSize};