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.
cfg
1 parent 722ec58 commit 9845c7cCopy full SHA for 9845c7c
src/binary_heap.rs
@@ -146,8 +146,8 @@
146
//! }
147
//! ```
148
149
-#![cfg_attr(has_rustc_1_52, deny(unsafe_op_in_unsafe_fn))]
150
-#![cfg_attr(not(has_rustc_1_52), allow(unused_unsafe))]
+#![cfg_attr(rustc_1_52, deny(unsafe_op_in_unsafe_fn))]
+#![cfg_attr(not(rustc_1_52), allow(unused_unsafe))]
151
#![allow(clippy::needless_doctest_main)]
152
#![allow(missing_docs)]
153
// #![stable(feature = "rust1", since = "1.0.0")]
0 commit comments