Skip to content

Commit bb97d96

Browse files
committed
Clippy
1 parent 14c64ee commit bb97d96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/parallel/cycle_nested_deep_panic.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ fn the_test() {
7676
let t1 = thread::spawn(move || {
7777
let _span = tracing::debug_span!("t1", thread_id = ?thread::current().id()).entered();
7878

79-
let result = query_a(&db_t1);
80-
result
79+
query_a(&db_t1)
8180
});
8281
let t2 = thread::spawn(move || {
8382
let _span = tracing::debug_span!("t4", thread_id = ?thread::current().id()).entered();

0 commit comments

Comments
 (0)