We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#![feature(let_else)]
1 parent 5a51d22 commit 35db700Copy full SHA for 35db700
clippy_lints/src/lib.rs
@@ -8,6 +8,7 @@
8
#![feature(rustc_private)]
9
#![feature(stmt_expr_attributes)]
10
#![feature(control_flow_enum)]
11
+#![feature(let_else)]
12
#![recursion_limit = "512"]
13
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
14
#![allow(clippy::missing_docs_in_private_items, clippy::must_use_candidate)]
0 commit comments