Skip to content

Commit a5c6253

Browse files
Add clippy fix
1 parent ff35cf1 commit a5c6253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ pub fn run_tests_generic(
178178
mut configs: Vec<Config>,
179179
file_filter: impl Fn(&Path, &Config) -> Option<bool> + Sync,
180180
per_file_config: impl Copy + Fn(&mut Config, &Spanned<Vec<u8>>) + Send + Sync + 'static,
181-
status_emitter: impl StatusEmitter + Send,
181+
status_emitter: impl StatusEmitter,
182182
) -> Result<()> {
183183
if nextest::emulate(&mut configs) {
184184
return Ok(());

0 commit comments

Comments
 (0)