You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main.rs
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -159,14 +159,6 @@ fn parse_args() -> Args {
159
159
.multiple_occurrences(true)
160
160
.number_of_values(1)
161
161
)
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
-
)
170
162
.arg(Arg::new("extern")
171
163
.help("Adds an `#[macro_use] extern crate name;` item for expressions and loop scripts.")
0 commit comments