]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/len_zero_ranges.rs
Auto merge of #75773 - matklad:snapshot-tests, r=Mark-Simulacrum
[rust.git] / src / tools / clippy / tests / ui / len_zero_ranges.rs
index be7b4244bc06c4d27463f35de2181ca23ab2c20a..be2e0f38fd164cbef647318ba40846f0b915acff 100644 (file)
@@ -3,6 +3,7 @@
 #![feature(range_is_empty)]
 #![warn(clippy::len_zero)]
 #![allow(unused)]
+#![allow(stable_features)] // TODO: https://github.com/rust-lang/rust-clippy/issues/5956
 
 mod issue_3807 {
     // With the feature enabled, `is_empty` should be suggested