Skip to content

Commit ec639fc

Browse files
sypharGuillaumeGomez
authored andcommitted
migrate remaining places to KrateName NewType
1 parent 16efda4 commit ec639fc

28 files changed

Lines changed: 286 additions & 282 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bin/docs_rs_admin/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ enum DatabaseSubcommand {
306306
/// Updates info for a crate from the registry's API
307307
UpdateCrateRegistryFields {
308308
#[arg(name = "CRATE")]
309-
name: String,
309+
name: KrateName,
310310
},
311311

312312
/// Blacklist operations

0 commit comments

Comments
 (0)