summaryrefslogtreecommitdiff
path: root/examples/list.rs
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2024-03-14 17:21:51 -0400
committerMica White <botahamec@outlook.com>2024-03-14 17:21:51 -0400
commitad76d43dc28b8802d64eb7ddcd9e02d3d12ac89a (patch)
tree7c804518ef4368ebd87172f42bf25d0c18fc4e07 /examples/list.rs
parent7bd236853ef5ae705328c8fdc492cf60fc6887c1 (diff)
Implement sequenced collections
Diffstat (limited to 'examples/list.rs')
-rw-r--r--examples/list.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/list.rs b/examples/list.rs
index cf344e7..dda468a 100644
--- a/examples/list.rs
+++ b/examples/list.rs
@@ -1,6 +1,6 @@
use std::thread;
-use happylock::{Mutex, RefLockCollection, ThreadKey};
+use happylock::{collection::RefLockCollection, Mutex, ThreadKey};
const N: usize = 10;