Skip to content

Commit 1719a4e

Browse files
authored
Merge pull request #187 from taiki-e/stable
Fix breakage with stable feature
2 parents 1798661 + 581f231 commit 1719a4e

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)