Skip to content

Commit dbbb5a1

Browse files
l4lJoshua Nelson
authored and
Joshua Nelson
committed
Don`t check for deleted CRATE_VERSION
1 parent 8687b7b commit dbbb5a1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/bin/cratesfyi.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,7 @@ enum BuildSubcommand {
262262
crate_version: Option<String>,
263263

264264
/// Build a crate at a specific path
265-
#[structopt(
266-
short = "l",
267-
long = "local",
268-
conflicts_with_all(&["CRATE_NAME", "CRATE_VERSION", "CRATE_REGISTRY"])
269-
)]
265+
#[structopt(short = "l", long = "local", conflicts_with_all(&["CRATE_NAME", "CRATE_VERSION"]))]
270266
local: Option<PathBuf>,
271267
},
272268

0 commit comments

Comments
 (0)