mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-07 13:25:45 +00:00
Remove the useless indentation
This commit is contained in:
parent
9a8b516de0
commit
1e05e09fe9
@ -641,9 +641,8 @@ where
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub fn current() -> Thread {
|
||||
thread_info::current_thread().expect(
|
||||
"use of std::thread::current() is not \
|
||||
possible after the thread's local \
|
||||
data has been destroyed",
|
||||
"use of std::thread::current() is not possible \
|
||||
after the thread's local data has been destroyed",
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user