rename run => print

This commit is contained in:
sharkdp
2020-04-22 20:33:19 +02:00
committed by David Peter
parent eee35e54e9
commit f034be71e7
4 changed files with 9 additions and 8 deletions

View File

@ -7,6 +7,6 @@ fn main() {
PrettyPrinter::new()
.input_file(path_to_this_file)
.run()
.print()
.expect("no errors");
}