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
1 file changed
tree: d1bcdf0689a3f3dc2c8c7d46634b6d109ff78eba
  1. cc_template/
  2. common/
  3. lifetime_annotations/
  4. rs_bindings_from_cc/
  5. BUILD
  6. CODE_OF_CONDUCT
  7. CONTRIBUTING
  8. LICENSE
  9. README.md
README.md

Crubit: C++/Rust Bidirectional Interop Tool

Extremely experimental interop tooling for C++ and Rust.

Please don‘t use, this is an experiment and we don’t yet know where will it take us. There will be breaking changes without warning. Unfortunately, we can't take contributions at this point.