Skip to content

Commit 88b50a1

Browse files
committed
Fix Styling
1 parent 8014e6b commit 88b50a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/path_buf_push_overwrite.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use rustc::hir::*;
44
use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
55
use rustc::{declare_tool_lint, lint_array};
66
use std::path::Path;
7-
use syntax::ast::{LitKind};
7+
use syntax::ast::LitKind;
88

99
declare_clippy_lint! {
1010
/// **What it does:*** Checks for `push` calls on `PathBuf` that can cause overwrites.

0 commit comments

Comments
 (0)