Skip to content

Commit 0bac014

Browse files
committed
1 parent 99c5388 commit 0bac014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/panic_unimplemented.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ use rustc::hir::*;
44
use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
55
use rustc::{declare_tool_lint, lint_array};
66
use syntax::ast::LitKind;
7-
use syntax::ext::quote::rt::Span;
87
use syntax::ptr::P;
8+
use syntax_pos::Span;
99

1010
/// **What it does:** Checks for missing parameters in `panic!`.
1111
///

0 commit comments

Comments
 (0)