mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
83d1d9aa14
Remove possible whitespace from the `CommentStyle::opener()` so that the literal itself has control over the comment's leading spaces. This is most useful for tools, such as bindgen, to allow for example: machine-readable comments with precise syntax rules, or idempotently round-tripping between the proc-macro API and rustfmt.