Skip to content

Commit

Permalink
Expose ToOwned (#11060)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav authored Mar 18, 2022
1 parent 8781574 commit a5b59c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions substrate/primitives/std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ impl Writer {
/// This should include only things which are in the normal std prelude.
pub mod prelude {
pub use crate::{
borrow::ToOwned,
boxed::Box,
clone::Clone,
cmp::{Eq, PartialEq, Reverse},
Expand Down

0 comments on commit a5b59c5

Please sign in to comment.