Rustup
This commit is contained in:
parent
ff0e5f967f
commit
afd91248ed
81 changed files with 292 additions and 292 deletions
|
@ -10,7 +10,7 @@
|
|||
use rustc_plugin::Registry;
|
||||
|
||||
#[plugin_registrar]
|
||||
pub fn plugin_registrar(reg: &mut Registry) {
|
||||
pub fn plugin_registrar(reg: &mut Registry<'_>) {
|
||||
reg.sess.lint_store.with_read_lock(|lint_store| {
|
||||
for (lint, _, _) in lint_store.get_lint_groups() {
|
||||
reg.sess
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue