Skip to content

Commit

Permalink
Auto merge of rust-lang#3693 - phansch:rustup, r=matthiaskrgr
Browse files Browse the repository at this point in the history
Rustup

Due to rust-lang#51285
  • Loading branch information
bors committed Jan 24, 2019
2 parents 99c5388 + 0bac014 commit f175352
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 f175352

Please sign in to comment.