mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-11 13:55:21 +00:00
declare_lint -> declare_tool_lint
This commit is contained in:
parent
daa4f0ad34
commit
20dfaf7842
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue