summaryrefslogtreecommitdiff
path: root/src/mutex.rs
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2024-03-10 20:42:37 -0400
committerMica White <botahamec@outlook.com>2024-03-10 20:42:37 -0400
commit815c0adedd6207eb406c67ea09c2634f304f8adf (patch)
treeab3f8291f2315c6c46ea472260023c14a2880261 /src/mutex.rs
parentfe67aa262f1b04fb6c38683d9221c3a2fafcc35a (diff)
More reorganization
Diffstat (limited to 'src/mutex.rs')
-rw-r--r--src/mutex.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mutex.rs b/src/mutex.rs
index db0147f..0da1460 100644
--- a/src/mutex.rs
+++ b/src/mutex.rs
@@ -7,7 +7,6 @@ use crate::key::Keyable;
mod guard;
mod mutex;
-mod mutex_ref;
/// A spinning mutex
#[cfg(feature = "spin")]