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.
2 parents 3fb66e6 + ffd0f5a commit 3772ce5Copy full SHA for 3772ce5
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