Skip to content

Commit

Permalink
Somehow missed a use for ToOwned
Browse files Browse the repository at this point in the history
  • Loading branch information
akern40 committed Oct 14, 2024
1 parent 5204f68 commit 6a3d131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/impl_ref_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
//! This allows users to write a single method or trait implementation that takes `T: AsRef<RawRef<A, D>>`
//! or `T: AsRef<LayoutRef<A, D>>` and have that functionality work on any of the relevant array types.
use alloc::borrow::ToOwned;
use core::{
borrow::{Borrow, BorrowMut},
ops::{Deref, DerefMut},
Expand Down

0 comments on commit 6a3d131

Please sign in to comment.