commit | 326134a35d7595933f637779a41fde93b5e2b17d | [log] [tgz] |
---|---|---|
author | Devin Jeanpierre <jeanpierreda@google.com> | Tue Apr 19 08:19:05 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Apr 19 08:19:36 2022 -0700 |
tree | d1bcdf0689a3f3dc2c8c7d46634b6d109ff78eba | |
parent | 97a237954de9192412f3f770d1f812bcf5427a3f [diff] |
Don't generate a space before a newline in token_stream_printer.rs This isn't very important, because everything gets autoformatted away anyway -- everything except, unfortunately, `macro!(stuff here)` invocations, which are generated for e.g. forward declarations. So the token printer is going to need to support more precise/accurate formatting that doesn't produce lint errors, probably. :( PiperOrigin-RevId: 442816428