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 9a8b516 commit 1e05e09Copy full SHA for 1e05e09
src/libstd/thread/mod.rs
@@ -641,9 +641,8 @@ where
641
#[stable(feature = "rust1", since = "1.0.0")]
642
pub fn current() -> Thread {
643
thread_info::current_thread().expect(
644
- "use of std::thread::current() is not \
645
- possible after the thread's local \
646
- data has been destroyed",
+ "use of std::thread::current() is not possible \
+ after the thread's local data has been destroyed",
647
)
648
}
649
0 commit comments