Rollup merge of #93913 - bjorn3:remove_everybody_loops, r=jackh726
Remove the everybody loops pass It isn't used anymore by rustdoc. Split out of https://github.com/rust-lang/rust/pull/92895. There has been some previous discussion there.
This commit is contained in:
commit
c1585a17a3
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