mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 03:38:29 +00:00
declare_lint -> declare_tool_lint
This commit is contained in:
parent
daa4f0ad34
commit
20dfaf7842
@ -1,4 +1,4 @@
|
|||||||
use rustc::{declare_lint, hir, lint, lint_array};
|
use rustc::{declare_tool_lint, hir, lint, lint_array};
|
||||||
use crate::utils;
|
use crate::utils;
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user