about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/redundant_semicolon.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_lint/src/redundant_semicolon.rs')
-rw-r--r--compiler/rustc_lint/src/redundant_semicolon.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_lint/src/redundant_semicolon.rs b/compiler/rustc_lint/src/redundant_semicolon.rs
index 1681ac2f1e5..ef08e79e24a 100644
--- a/compiler/rustc_lint/src/redundant_semicolon.rs
+++ b/compiler/rustc_lint/src/redundant_semicolon.rs
@@ -1,5 +1,6 @@
 use crate::{lints::RedundantSemicolonsDiag, EarlyContext, EarlyLintPass, LintContext};
 use rustc_ast::{Block, StmtKind};
+use rustc_session::{declare_lint, declare_lint_pass};
 use rustc_span::Span;
 
 declare_lint! {