Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preserve line numbers by not injecting a newline
The `dbg!` macro, being deployed more widely in google#2478, shows the line number. But if we inject `#![allow(..)]\n` then the printed numbers do not match those in the textarea. It turns out that `\n` is not required!
- Loading branch information