From 55b3a2425b242fbc5c6e471f220eeb8b949e8751 Mon Sep 17 00:00:00 2001 From: Mica White Date: Wed, 26 Aug 2026 20:46:31 -0400 Subject: Add tests --- src/collection/boxed.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/collection/boxed.rs') diff --git a/src/collection/boxed.rs b/src/collection/boxed.rs index 1478120..66e6df0 100755 --- a/src/collection/boxed.rs +++ b/src/collection/boxed.rs @@ -721,6 +721,8 @@ impl BoxedLockCollection { } } +impl BoxedLockCollection {} + impl BoxedLockCollection { /// Consumes this `BoxedLockCollection`, returning the underlying data. /// -- cgit v1.3.1