We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
raw_ref_op
1 parent dd32ebf commit f2f3ba5Copy full SHA for f2f3ba5
tests/nonstandard_style.rs
@@ -6,6 +6,7 @@
6
#![deny(nonstandard_style)]
7
#![allow(dead_code)]
8
#![cfg_attr(USE_RUSTC_FEATURES, feature(lint_reasons))]
9
+#![cfg_attr(USE_RUSTC_FEATURES, feature(raw_ref_op))]
10
11
use pin_init::*;
12
0 commit comments