We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c5388 commit 0bac014Copy full SHA for 0bac014
clippy_lints/src/panic_unimplemented.rs
@@ -4,8 +4,8 @@ use rustc::hir::*;
4
use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
5
use rustc::{declare_tool_lint, lint_array};
6
use syntax::ast::LitKind;
7
-use syntax::ext::quote::rt::Span;
8
use syntax::ptr::P;
+use syntax_pos::Span;
9
10
/// **What it does:** Checks for missing parameters in `panic!`.
11
///
0 commit comments