diff options
| author | Mica White <botahamec@gmail.com> | 2024-12-25 22:49:42 -0500 |
|---|---|---|
| committer | Mica White <botahamec@gmail.com> | 2024-12-26 10:54:31 -0500 |
| commit | 129c13c21254ca104bddf020170edaca1fb7107d (patch) | |
| tree | f6904fc15a315d9962c64f30ba73bc73b1969fcf /src/collection/boxed.rs | |
| parent | 311842d28d1fbb6da945f0d98f1655f77a58abf9 (diff) | |
Implement common traits
Diffstat (limited to 'src/collection/boxed.rs')
| -rw-r--r-- | src/collection/boxed.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/collection/boxed.rs b/src/collection/boxed.rs index fca1db2..2397bd3 100644 --- a/src/collection/boxed.rs +++ b/src/collection/boxed.rs @@ -1,4 +1,3 @@ -use std::alloc::Layout; use std::cell::UnsafeCell; use std::fmt::Debug; use std::marker::PhantomData; |
