]> git.lizzy.rs Git - rust.git/commit
Rename pretty_print_* to scan_* to follow naming in the paper
authorMark Rousskov <mark.simulacrum@gmail.com>
Mon, 8 Jul 2019 18:25:01 +0000 (14:25 -0400)
committerMark Rousskov <mark.simulacrum@gmail.com>
Wed, 10 Jul 2019 11:12:29 +0000 (07:12 -0400)
commit5879146392fc929bbcaa84fc7e3bcdeed284062e
tree93a76c3817c3fe33d226c31b3540de8fd907f571
parent4783d9eaa5488ad8ff2c49a17c14ab6f604e4e71
Rename pretty_print_* to scan_* to follow naming in the paper

This is also easier to understand because the scan and print "tasks" are
separate, but previously were both called "print" or "pretty print."
src/libsyntax/print/pp.rs