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/module_style.rs | |
| parent | 3a760909fa8a5dbafcb89e409ab61768a206c8f7 (diff) | |
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Diffstat (limited to 'clippy_lints/src/module_style.rs')
| -rw-r--r-- | clippy_lints/src/module_style.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/module_style.rs b/clippy_lints/src/module_style.rs index cd45467407e..0226b31dd19 100644 --- a/clippy_lints/src/module_style.rs +++ b/clippy_lints/src/module_style.rs @@ -2,7 +2,7 @@ use clippy_utils::diagnostics::span_lint_and_help; use rustc_ast::ast; use rustc_data_structures::fx::{FxHashMap, FxHashSet}; use rustc_lint::{EarlyContext, EarlyLintPass, Level, LintContext}; -use rustc_session::{declare_tool_lint, impl_lint_pass}; +use rustc_session::impl_lint_pass; use rustc_span::def_id::LOCAL_CRATE; use rustc_span::{FileName, SourceFile, Span, SyntaxContext}; use std::ffi::OsStr; |
