Skip to content

Commit 3ee85e3

Browse files
Update posts/2019-01-17-Rust-1.32.0.md
Co-Authored-By: steveklabnik <[email protected]>
1 parent 538dac7 commit 3ee85e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2019-01-17-Rust-1.32.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ println!("{:#?}", x);
4545

4646
This isn't the *largest* speed bump, but it is a lot of stuff to simply show the value of `x`.
4747
Additionally, there's no context here. If you have several of these `println!`s, it can be hard
48-
to tell which is which, unless you add your own context to each invocation, causing even more work.
48+
to tell which is which, unless you add your own context to each invocation, requiring even more work.
4949

5050
In Rust 1.32.0, [we've added a new macro,
5151
`dbg!`](https://github.com/rust-lang/rust/pull/56395/), for this purpose:

0 commit comments

Comments
 (0)