Skip to content

Commit ff613ab

Browse files
committed
auto merge of #17227 : tshepang/rust/stronger-break, r=aturon
Remove trailing whitespace while at it
2 parents b75b0f7 + 46e3014 commit ff613ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4273,7 +4273,7 @@ very common with iterators: we can ignore unnecessary bounds checks, but still
42734273
know that we're safe.
42744274

42754275
There's another detail here that's not 100% clear because of how `println!`
4276-
works. `num` is actually of type `&int`, that is, it's a reference to an `int`,
4276+
works. `num` is actually of type `&int`. That is, it's a reference to an `int`,
42774277
not an `int` itself. `println!` handles the dereferencing for us, so we don't
42784278
see it. This code works fine too:
42794279

0 commit comments

Comments
 (0)