We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69511c2 commit 61ac5fdCopy full SHA for 61ac5fd
src/libstd/clone.rs
@@ -90,8 +90,7 @@ clone_impl!(char)
90
/// managed boxes which would otherwise not be copied.
91
pub trait DeepClone {
92
/// Return a deep copy of the value. Unlike `Clone`, the contents of shared pointer types
93
- /// *are* copied. Note that this is currently unimplemented for managed boxes, as
94
- /// it would need to handle cycles, but it is implemented for other smart-pointer types.
+ /// *are* copied.
95
fn deep_clone(&self) -> Self;
96
}
97
0 commit comments