]> git.lizzy.rs Git - rust.git/commit
Remove `$hir` argument from `late_lint_methods!`.
authorNicholas Nethercote <n.nethercote@gmail.com>
Wed, 7 Dec 2022 02:27:04 +0000 (13:27 +1100)
committerNicholas Nethercote <n.nethercote@gmail.com>
Wed, 7 Dec 2022 08:29:26 +0000 (19:29 +1100)
commit0c844730d3f7f7d5d3f01a35b67fa5814ee208ee
tree518a8505437ab6d8a43e441254cedf29560356fb
parente491d2b24da8c11c902bb836d189590600f26caf
Remove `$hir` argument from `late_lint_methods!`.

Because it's always `'tcx`.
compiler/rustc_lint/src/lib.rs
compiler/rustc_lint/src/passes.rs