From 129c13c21254ca104bddf020170edaca1fb7107d Mon Sep 17 00:00:00 2001 From: Mica White Date: Wed, 25 Dec 2024 22:49:42 -0500 Subject: Implement common traits --- src/collection/boxed.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/collection/boxed.rs') 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; -- cgit v1.2.3