diff options
Diffstat (limited to 'src/collection/owned.rs')
| -rw-r--r-- | src/collection/owned.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collection/owned.rs b/src/collection/owned.rs index 919c403..d180ed2 100644 --- a/src/collection/owned.rs +++ b/src/collection/owned.rs @@ -72,7 +72,7 @@ impl<L: OwnedLockable + Default> Default for OwnedLockCollection<L> { } } -impl<L: OwnedLockable + Default> From<L> for OwnedLockCollection<L> { +impl<L: OwnedLockable> From<L> for OwnedLockCollection<L> { fn from(value: L) -> Self { Self::new(value) } |
