Skip to content

Commit e768b17

Browse files
committed
Remove unstable CLI option
1 parent a10eb86 commit e768b17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cargo/core/features.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ pub struct CliUnstable {
356356
pub crate_versions: bool,
357357
pub separate_nightlies: bool,
358358
pub multitarget: bool,
359-
pub strip: bool,
360359
}
361360

362361
impl CliUnstable {
@@ -436,7 +435,6 @@ impl CliUnstable {
436435
"crate-versions" => self.crate_versions = parse_empty(k, v)?,
437436
"separate-nightlies" => self.separate_nightlies = parse_empty(k, v)?,
438437
"multitarget" => self.multitarget = parse_empty(k, v)?,
439-
"strip" => self.strip = parse_empty(k, v)?,
440438
_ => bail!("unknown `-Z` flag specified: {}", k),
441439
}
442440

0 commit comments

Comments
 (0)