We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c64ee commit bb97d96Copy full SHA for bb97d96
tests/parallel/cycle_nested_deep_panic.rs
@@ -76,8 +76,7 @@ fn the_test() {
76
let t1 = thread::spawn(move || {
77
let _span = tracing::debug_span!("t1", thread_id = ?thread::current().id()).entered();
78
79
- let result = query_a(&db_t1);
80
- result
+ query_a(&db_t1)
81
});
82
let t2 = thread::spawn(move || {
83
let _span = tracing::debug_span!("t4", thread_id = ?thread::current().id()).entered();
0 commit comments