Skip to content

Commit 20dfaf7

Browse files
committed
declare_lint -> declare_tool_lint
1 parent daa4f0a commit 20dfaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/ptr_offset_with_cast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use rustc::{declare_lint, hir, lint, lint_array};
1+
use rustc::{declare_tool_lint, hir, lint, lint_array};
22
use crate::utils;
33
use std::fmt;
44

0 commit comments

Comments
 (0)