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.
unsafe
1 parent 623317e commit c72bb70Copy full SHA for c72bb70
library/core/src/clone.rs
@@ -160,8 +160,8 @@ mod uninit;
160
///
161
/// Violating this property is a logic error. The behavior resulting from a logic error is not
162
/// specified, but users of the trait must ensure that such logic errors do *not* result in
163
-/// undefined behavior. This means that `unsafe` code **must not** rely on the correctness of these
164
-/// methods.
+/// undefined behavior. This means that `unsafe` code **must not** rely on this property
+/// being satisfied.
165
166
/// ## Additional implementors
167
0 commit comments