Skip to content

Commit

Permalink
Remove 'cli' module from red_knot (#12714)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser authored Aug 6, 2024
1 parent e91a0fe commit 8e6aa78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions crates/red_knot/src/cli/mod.rs

This file was deleted.

8 changes: 4 additions & 4 deletions crates/red_knot/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ use red_knot_workspace::watch::WorkspaceWatcher;
use red_knot_workspace::workspace::WorkspaceMetadata;
use ruff_db::program::{ProgramSettings, SearchPathSettings};
use ruff_db::system::{OsSystem, System, SystemPathBuf};
use target_version::TargetVersion;
use verbosity::{Verbosity, VerbosityLevel};

use cli::target_version::TargetVersion;
use cli::verbosity::{Verbosity, VerbosityLevel};

mod cli;
mod target_version;
mod verbosity;

#[derive(Debug, Parser)]
#[command(
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8e6aa78

Please sign in to comment.