]> git.lizzy.rs Git - rust.git/commit
clean up the borrowing in rustc_hir_pretty
authorKaDiWa <kalle.wachsmuth@gmail.com>
Sun, 3 Jul 2022 16:51:14 +0000 (18:51 +0200)
committerKaDiWa <kalle.wachsmuth@gmail.com>
Sun, 3 Jul 2022 16:51:14 +0000 (18:51 +0200)
commit46ccde4408ebbab3bae249072bb486b9b25d9e96
tree265112ec8540ffa005e3e79e17c0d3f5ffdf8ce3
parentb04bfb4aea99436a62f6a98056e805eb9b0629cc
clean up the borrowing in rustc_hir_pretty

a lot of the `&`s and `ref`s were redundant
compiler/rustc_hir_pretty/src/lib.rs