Skip to content

Commit

Permalink
x fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaargh committed Oct 21, 2023
1 parent e28566d commit 14619de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/ops/deref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
/// implicitly. In the majority of uses it should be infallible, though it may
/// be acceptable to panic if the type is misused through programmer error, for
/// example.
///
///
/// However, infallibility is not enforced and therefore not guaranteed.
/// As such, `unsafe` code should not rely on infallibility in general for
/// soundness.
Expand Down

0 comments on commit 14619de

Please sign in to comment.