Skip to content

Commit 1d346a0

Browse files
committed
`report_time` was renamed to `time_options` and is now an `Option`.
1 parent 1798661 commit 1d346a0

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
@@ -126,7 +126,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts {
126126
skip: vec![],
127127
list: false,
128128
options: test::Options::new(),
129-
report_time: false,
129+
time_options: None,
130130
}
131131
}
132132

0 commit comments

Comments
 (0)