Skip to content

Commit

Permalink
Break line at 100 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
camelid committed Sep 1, 2020
1 parent 913354b commit 55637f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/std/src/primitive_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ mod prim_bool {}
/// The reason is that, in the first example, there are many possible types that `!` could coerce
/// to, because many types implement `Add<u32>`. However, in the second example,
/// the `else` branch returns a `0`, which the compiler infers from the return type to be of type
/// `u32`. Since `u32` is a concrete type, `!` can and will be coerced to it. See issue [#36375] for more
/// information on this quirk of `!`.
/// `u32`. Since `u32` is a concrete type, `!` can and will be coerced to it. See issue [#36375]
/// for more information on this quirk of `!`.
///
/// [#36375]: https://github.com/rust-lang/rust/issues/36375
///
Expand Down

0 comments on commit 55637f5

Please sign in to comment.