Commit f2beff6
authored
Rollup merge of #148585 - GuillaumeGomez:improve-format-code, r=yotamofek
[rustdoc] Replace `print` methods with functions to improve code readability
We have a lot of `print` methods, making it quite tricky to know what the types we're manipulating are.
We did something similar with `Clean` trait a few years ago (the first PR was #99638, followed by a lot of them).
Each commit replaces one type for easier review.
r? `````@yotamofek`````File tree
5 files changed
+437
-430
lines changed- src/librustdoc/html
- render
5 files changed
+437
-430
lines changed
0 commit comments