]> git.proxmox.com Git - rustc.git/blobdiff - vendor/crossbeam-utils/src/sync/mod.rs
New upstream version 1.44.1+dfsg1
[rustc.git] / vendor / crossbeam-utils / src / sync / mod.rs
index 31c8ffec4dfb8f8391954523b1bdebd87b1625e0..3634963725f8c0c9de945f698a4652f599c01ca8 100644 (file)
@@ -12,6 +12,6 @@ mod parker;
 mod sharded_lock;
 mod wait_group;
 
-pub use self::sharded_lock::{ShardedLock, ShardedLockReadGuard, ShardedLockWriteGuard};
 pub use self::parker::{Parker, Unparker};
+pub use self::sharded_lock::{ShardedLock, ShardedLockReadGuard, ShardedLockWriteGuard};
 pub use self::wait_group::WaitGroup;