cleanup a little

This commit is contained in:
Aleksandr 2025-06-29 11:15:37 +03:00
parent 0ceb55546b
commit 86003436a6
13 changed files with 4 additions and 70 deletions

View file

@ -13,10 +13,6 @@ macro_rules! zst_error {
}};
}
/// The trait that is implemented for everything.
pub trait Anything {}
impl<T: ?Sized> Anything for T {}
pub use bytes;
pub use bytesize;
pub use url;
@ -26,6 +22,7 @@ pub use seq_macro::seq;
pub use auto_impl::auto_impl;
pub use perfect_derive::perfect_derive;
pub use slotmap;
pub use trait_set::trait_set;
pub mod array;
@ -34,14 +31,9 @@ pub mod error;
pub mod fut;
pub mod time;
pub mod sync;
pub mod trace_id;
pub mod generic;
pub mod slab;
pub mod str;
pub mod encoding;
pub mod rand;
pub mod collections;