]> git.lizzy.rs Git - rust.git/commit
Remove unstable `--pretty` flag
authorJoshua Nelson <jyn514@gmail.com>
Thu, 25 Mar 2021 19:48:21 +0000 (15:48 -0400)
committerJoshua Nelson <jyn514@gmail.com>
Fri, 23 Apr 2021 13:58:34 +0000 (09:58 -0400)
commit23bbd65d968ef385fa7a7cd90ea8252bd78081b1
treee2044f67757951f57492ed4bcb347380f10734da
parent7f4afdf0255600306bf67432da722c7b5d2cbf82
Remove unstable `--pretty` flag

It doesn't do anything `--unpretty` doesn't, and due to a bug, also
didn't show up in `--help`. I don't think there's any reason to keep it
around, I haven't seen anyone using it.
compiler/rustc_session/src/config.rs
compiler/rustc_session/src/options.rs
src/test/pretty/block-comment-wchar.pp
src/test/pretty/block-comment-wchar.rs
src/test/run-make-fulldeps/pretty-expanded/Makefile
src/test/run-make-fulldeps/pretty-print-to-file/Makefile
src/tools/compiletest/src/header.rs
src/tools/compiletest/src/runtest.rs