We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64a819 commit ffd0f5aCopy full SHA for ffd0f5a
src/libcore/clone.rs
@@ -36,7 +36,7 @@ pub trait Clone {
36
/// but can be overridden to reuse the resources of `a` to avoid unnecessary
37
/// allocations.
38
#[inline(always)]
39
- #[unstable = "this function rarely unused"]
+ #[unstable = "this function is rarely used"]
40
fn clone_from(&mut self, source: &Self) {
41
*self = source.clone()
42
}
0 commit comments