Skip to content

Commit

Permalink
Rustup
Browse files Browse the repository at this point in the history
Due to #51285
  • Loading branch information
phansch committed Jan 24, 2019
1 parent 99c5388 commit 0bac014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/panic_unimplemented.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use rustc::hir::*;
use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
use rustc::{declare_tool_lint, lint_array};
use syntax::ast::LitKind;
use syntax::ext::quote::rt::Span;
use syntax::ptr::P;
use syntax_pos::Span;

/// **What it does:** Checks for missing parameters in `panic!`.
///
Expand Down

0 comments on commit 0bac014

Please sign in to comment.