Skip to content

Commit

Permalink
declare_lint -> declare_tool_lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Aug 31, 2018
1 parent daa4f0a commit 20dfaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/ptr_offset_with_cast.rs
Original file line number Diff line number Diff line change
@@ -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 std::fmt;

Expand Down

0 comments on commit 20dfaf7

Please sign in to comment.