Skip to content

Commit f2f3ba5

Browse files
committed
test: add raw_ref_op to failing test
Signed-off-by: Mirko Adzic <adzicmirko97@gmail.com>
1 parent dd32ebf commit f2f3ba5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/nonstandard_style.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#![deny(nonstandard_style)]
77
#![allow(dead_code)]
88
#![cfg_attr(USE_RUSTC_FEATURES, feature(lint_reasons))]
9+
#![cfg_attr(USE_RUSTC_FEATURES, feature(raw_ref_op))]
910

1011
use pin_init::*;
1112

0 commit comments

Comments
 (0)