]> git.lizzy.rs Git - rust.git/blobdiff - library/core/tests/option.rs
cfg-step code
[rust.git] / library / core / tests / option.rs
index f36f7c268064f27e7b97cbfa1187803ec5811f66..dca6321cf62fd6f3d9e0d242f9d7ac090fbaf983 100644 (file)
@@ -57,7 +57,7 @@ fn r(i: Rc<RefCell<isize>>) -> R {
 }
 
 #[test]
-#[cfg_attr(not(bootstrap), allow(for_loops_over_fallibles))]
+#[allow(for_loops_over_fallibles)]
 fn test_option_dance() {
     let x = Some(());
     let mut y = Some(5);