From 737d3b3363ec98d90608b9ef3951f785960ea900 Mon Sep 17 00:00:00 2001 From: Alex Macleod Date: Tue, 6 May 2025 13:20:01 +0000 Subject: Remove some unused `#![feature]`s --- src/driver.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/driver.rs b/src/driver.rs index 87ca9c5bedd..f8acf88cf81 100644 --- a/src/driver.rs +++ b/src/driver.rs @@ -1,7 +1,6 @@ #![allow(rustc::diagnostic_outside_of_impl)] #![allow(rustc::untranslatable_diagnostic)] #![feature(rustc_private)] -#![feature(let_chains)] // warn on lints, that are included in `rust-lang/rust`s bootstrap #![warn(rust_2018_idioms, unused_lifetimes)] // warn on rustc internal lints -- cgit 1.4.1-3-g733a5