File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 46
46
47
47
use marker:: Sized ;
48
48
49
- /// A common trait for cloning an object. Differs from `Copy` in that you can
49
+ /// A common trait for the ability to explicitly duplicate an object.
50
+ ///
51
+ /// Differs from `Copy` in that you can
50
52
/// define `Clone` to run arbitrary code, while you are not allowed to override
51
53
/// the implementation of `Copy` that only does a `memcpy`.
52
54
///
Original file line number Diff line number Diff line change 84
84
85
85
use marker:: Sized ;
86
86
87
- /// A trait for giving a type a useful default value. For more information, see
87
+ /// A trait for giving a type a useful default value.
88
+ ///
89
+ /// For more information, see
88
90
/// [the module-level documentation][module].
89
91
///
90
92
/// [module]: ../../std/default/index.html
You can’t perform that action at this time.
0 commit comments