diff options
| author | Botahamec <botahamec@outlook.com> | 2022-11-18 23:08:25 -0500 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-11-18 23:08:25 -0500 |
| commit | d96edbd12da892a101362ae89fb3c10917361fe6 (patch) | |
| tree | 7dd5878edd4f706baa81606ec4bf19bda353ec90 /src/guard.rs | |
| parent | 838d37e84340259d8ce1313a6985e688c77fb770 (diff) | |
Reorganized modules
Diffstat (limited to 'src/guard.rs')
| -rw-r--r-- | src/guard.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/guard.rs b/src/guard.rs index ec7020b..5ac11e9 100644 --- a/src/guard.rs +++ b/src/guard.rs @@ -1,8 +1,8 @@ use std::ops::{Deref, DerefMut}; use crate::{ - mutex::{MutexRef, RawMutex}, - Mutex, ThreadKey, + mutex::{Mutex, MutexRef, RawMutex}, + ThreadKey, }; mod sealed { |
