Expose ToOwned (#11060)

This commit is contained in:
AurevoirXavier
2022-03-18 23:03:21 +08:00
committed by GitHub
parent 8781574dc4
commit a5b59c5d69
+1
View File
@@ -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},