Skip to content

Commit f6fbf93

Browse files
committed
Remove unnecessary feature(cfg_if)
1 parent 72eed28 commit f6fbf93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/tests/cfg_if_override.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//! Test that overriding cfg_if with our own cfg_if macro does not break
22
//! anything.
3-
#![feature(cfg_if)]
43
54
macro_rules! cfg_if {
65
(()) => {

0 commit comments

Comments
 (0)