Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Nov 3, 2020
1 parent a5b688b commit 7abf8c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crossbeam-channel/tests/thread_locals.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//! Tests that make sure accessing thread-locals while exiting the thread doesn't cause panics.
#![cfg(not(miri))] // TODO

use std::thread;
use std::time::Duration;
Expand Down

0 comments on commit 7abf8c5

Please sign in to comment.