1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-21 22:49:44 +02:00
Dustin J. Mitchell 63d716de90
Preserve line numbers by not injecting a newline ()
The `dbg!` macro, being deployed more widely in , 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!

cc @egithinji
2025-02-21 15:32:31 -05:00
..
2024-03-22 12:15:54 -04:00