rust/compiler/rustc_ast_pretty
Noah Lev 7ffec7028a rustc_ast_pretty: Don't print space after $
For example, this code:

    $arg:expr

used to be pretty-printed as:

    $ arg : expr

but is now pretty-printed as:

    $arg : expr
2021-07-03 16:35:18 -07:00
..
src rustc_ast_pretty: Don't print space after $ 2021-07-03 16:35:18 -07:00
Cargo.toml Remove unused dependency 2021-01-23 10:30:38 +01:00