Skip to content

Commit

Permalink
Span lint from clippy_wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcrosta committed Aug 30, 2024
1 parent 463a1e7 commit a6750ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detectors/avoid-panic-error/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
extern crate rustc_ast;
extern crate rustc_span;

use clippy_utils::diagnostics::span_lint_and_help;
use clippy_wrappers::span_lint_and_help;
use rustc_ast::{
ptr::P,
tokenstream::TokenTree,
Expand Down

0 comments on commit a6750ea

Please sign in to comment.