We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538dac7 commit 3ee85e3Copy full SHA for 3ee85e3
posts/2019-01-17-Rust-1.32.0.md
@@ -45,7 +45,7 @@ println!("{:#?}", x);
45
46
This isn't the *largest* speed bump, but it is a lot of stuff to simply show the value of `x`.
47
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.
+to tell which is which, unless you add your own context to each invocation, requiring even more work.
49
50
In Rust 1.32.0, [we've added a new macro,
51
`dbg!`](https://github.com/rust-lang/rust/pull/56395/), for this purpose:
0 commit comments