about summary refs log tree commit diff
path: root/library/std/src/sys/thread_local/guard/solid.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys/thread_local/guard/solid.rs')
-rw-r--r--library/std/src/sys/thread_local/guard/solid.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/std/src/sys/thread_local/guard/solid.rs b/library/std/src/sys/thread_local/guard/solid.rs
index b65d00c5b5f..054b2d561c8 100644
--- a/library/std/src/sys/thread_local/guard/solid.rs
+++ b/library/std/src/sys/thread_local/guard/solid.rs
@@ -3,7 +3,8 @@
 //! destructors for terminated tasks, we still keep our own list.
 
 use crate::cell::Cell;
-use crate::sys::pal::{abi, itron::task};
+use crate::sys::pal::abi;
+use crate::sys::pal::itron::task;
 use crate::sys::thread_local::destructors;
 
 pub fn enable() {