We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GitImport
1 parent 86dedf5 commit ceddc92Copy full SHA for ceddc92
src/admin/git_import.rs
src/admin/mod.rs
@@ -3,7 +3,6 @@ pub mod delete_crate;
3
pub mod delete_version;
4
pub mod dialoguer;
5
pub mod enqueue_job;
6
-pub mod git_import;
7
pub mod migrate;
8
pub mod on_call;
9
pub mod populate;
src/bin/crates-admin.rs
@@ -19,7 +19,6 @@ enum Command {
19
Migrate(migrate::Opts),
20
UploadIndex(upload_index::Opts),
21
YankVersion(yank_version::Opts),
22
- GitImport(git_import::Opts),
23
#[clap(subcommand)]
24
EnqueueJob(enqueue_job::Command),
25
0 commit comments