Skip to content

Commit adfb5be

Browse files
committed
Remove the dep_extern argument
1 parent 464c7b3 commit adfb5be

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/main.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,6 @@ fn parse_args() -> Args {
159159
.multiple_occurrences(true)
160160
.number_of_values(1)
161161
)
162-
.arg(Arg::new("dep_extern")
163-
.help("Like `dep`, except that it *also* adds a `#[macro_use] extern crate name;` item for expression and loop scripts. Note that this only works if the name of the dependency and the name of the library it generates are exactly the same.")
164-
.long("dep-extern")
165-
.short('D')
166-
.takes_value(true)
167-
.multiple_occurrences(true)
168-
.requires("expr_or_loop")
169-
)
170162
.arg(Arg::new("extern")
171163
.help("Adds an `#[macro_use] extern crate name;` item for expressions and loop scripts.")
172164
.long("extern")

0 commit comments

Comments
 (0)