diff options
Diffstat (limited to 'components/remutex/lib.rs')
-rw-r--r-- | components/remutex/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/remutex/lib.rs b/components/remutex/lib.rs index 6431801589d..e019d9cedce 100644 --- a/components/remutex/lib.rs +++ b/components/remutex/lib.rs @@ -43,7 +43,7 @@ impl ThreadId { } } -thread_local!{ static THREAD_ID: ThreadId = ThreadId::new() } +thread_local! { static THREAD_ID: ThreadId = ThreadId::new() } /// A type for atomic storage of thread ids. #[derive(Debug)] |