Skip to content

Commit 71c2743

Browse files
authored
Merge pull request #189 from phansch/fix_build
Rustup to rust-lang/rust#64873
2 parents 8b38a64 + d6db537 commit 71c2743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts {
127127
list: false,
128128
options: test::Options::new(),
129129
#[cfg(not(feature = "stable"))]
130-
report_time: false,
130+
time_options: None,
131131
}
132132
}
133133

0 commit comments

Comments
 (0)