diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-01-18 03:56:25 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-01-18 03:56:25 +0100 |
| commit | 901dff07ed357694eb35284a58c3cc6c003c53ce (patch) | |
| tree | f6716c35112d25d8e8c3ece0e2305a261f2066e2 /common | |
| parent | 999249adc1120b1afa8f9d0015c31bea1980a7ee (diff) | |
| download | jellything-901dff07ed357694eb35284a58c3cc6c003c53ce.tar jellything-901dff07ed357694eb35284a58c3cc6c003c53ce.tar.bz2 jellything-901dff07ed357694eb35284a58c3cc6c003c53ce.tar.zst | |
move db tests; remove old imports
Diffstat (limited to 'common')
| -rw-r--r-- | common/object/src/lib.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/common/object/src/lib.rs b/common/object/src/lib.rs index 17a68d7..f07dd09 100644 --- a/common/object/src/lib.rs +++ b/common/object/src/lib.rs @@ -17,11 +17,7 @@ pub use path::*; pub use registry::*; pub use value::*; -use std::{ - collections::{BTreeSet, HashSet}, - hash::Hash, - marker::PhantomData, -}; +use std::{collections::BTreeSet, hash::Hash, marker::PhantomData}; #[repr(transparent)] #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)] |