Skip to content

Commit 6a3d131

Browse files
committed
Somehow missed a use for ToOwned
1 parent 5204f68 commit 6a3d131

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/impl_ref_types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
//! This allows users to write a single method or trait implementation that takes `T: AsRef<RawRef<A, D>>`
3030
//! or `T: AsRef<LayoutRef<A, D>>` and have that functionality work on any of the relevant array types.
3131
32+
use alloc::borrow::ToOwned;
3233
use core::{
3334
borrow::{Borrow, BorrowMut},
3435
ops::{Deref, DerefMut},

0 commit comments

Comments
 (0)