Skip to content

Commit c72bb70

Browse files
clearer wording for unsafe code
1 parent 623317e commit c72bb70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/clone.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ mod uninit;
160160
///
161161
/// Violating this property is a logic error. The behavior resulting from a logic error is not
162162
/// 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.
163+
/// undefined behavior. This means that `unsafe` code **must not** rely on this property
164+
/// being satisfied.
165165
///
166166
/// ## Additional implementors
167167
///

0 commit comments

Comments
 (0)