Skip to content

Commit 581f231

Browse files
committed
Fix breakage with stable feature
1 parent 1798661 commit 581f231

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts {
126126
skip: vec![],
127127
list: false,
128128
options: test::Options::new(),
129+
#[cfg(not(feature = "stable"))]
129130
report_time: false,
130131
}
131132
}

0 commit comments

Comments
 (0)