Skip to content

Commit 14619de

Browse files
committedOct 21, 2023
x fmt
1 parent e28566d commit 14619de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎library/core/src/ops/deref.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
/// implicitly. In the majority of uses it should be infallible, though it may
8989
/// be acceptable to panic if the type is misused through programmer error, for
9090
/// example.
91-
///
91+
///
9292
/// However, infallibility is not enforced and therefore not guaranteed.
9393
/// As such, `unsafe` code should not rely on infallibility in general for
9494
/// soundness.

0 commit comments

Comments
 (0)