Skip to content

Commit

Permalink
fix unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed May 6, 2024
1 parent e4dc3d5 commit 0439f90
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions nexlint/src/lint/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,3 @@ impl<'l> fmt::Display for LintKind<'l> {
}
}
}

pub mod prelude {
pub use super::{
content::{ContentContext, ContentLinter},
file_path::{FilePathContext, FilePathLinter},
package::{PackageContext, PackageLinter},
project::{ProjectContext, ProjectLinter},
runner::{LintEngine, LintEngineConfig, LintResults},
LintFormatter, LintKind, LintLevel, LintMessage, LintSource, Linter, RunStatus, SkipReason,
};
}

0 comments on commit 0439f90

Please sign in to comment.