diff options
| author | Philipp Krones <hello@philkrones.com> | 2023-12-01 18:21:58 +0100 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2023-12-01 18:21:58 +0100 |
| commit | c9a43b18f11219fa70fe632b29518581fcd589c8 (patch) | |
| tree | 1f2a8d5860997752250844b0b8634c09560e14a5 /clippy_lints/src/empty_structs_with_brackets.rs | |
| parent | 3a760909fa8a5dbafcb89e409ab61768a206c8f7 (diff) | |
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Diffstat (limited to 'clippy_lints/src/empty_structs_with_brackets.rs')
| -rw-r--r-- | clippy_lints/src/empty_structs_with_brackets.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/empty_structs_with_brackets.rs b/clippy_lints/src/empty_structs_with_brackets.rs index 4e2a8b73c0a..3cf67b3ecbf 100644 --- a/clippy_lints/src/empty_structs_with_brackets.rs +++ b/clippy_lints/src/empty_structs_with_brackets.rs @@ -4,7 +4,7 @@ use rustc_ast::ast::{Item, ItemKind, VariantData}; use rustc_errors::Applicability; use rustc_lexer::TokenKind; use rustc_lint::{EarlyContext, EarlyLintPass}; -use rustc_session::{declare_lint_pass, declare_tool_lint}; +use rustc_session::declare_lint_pass; use rustc_span::Span; declare_clippy_lint! { |
