Remove the everybody loops pass
It isn't used anymore by rustdoc
This commit is contained in:
parent
4566094913
commit
2f84484aac
11 changed files with 12 additions and 309 deletions
|
@ -42,7 +42,7 @@ where
|
|||
F: FnOnce(&dyn PrinterSupport) -> A,
|
||||
{
|
||||
match *ppmode {
|
||||
Normal | EveryBodyLoops | Expanded => {
|
||||
Normal | Expanded => {
|
||||
let annotation = NoAnn { sess, tcx };
|
||||
f(&annotation)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue