Skip to content

Commit 20a09e6

Browse files
committed
fixup! rustc_target: introduce Os
1 parent baab5d4 commit 20a09e6

File tree

1 file changed

+0
-3
lines changed
  • compiler/rustc_target/src/spec

1 file changed

+0
-3
lines changed

compiler/rustc_target/src/spec/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1974,9 +1974,6 @@ crate::target_spec_enum! {
19741974
Zkvm = "zkvm",
19751975
Unknown = "unknown",
19761976
}
1977-
/// Unlike [`Arch::Unknown`], [`Env::Unknown`], and [`Vendor::Unknown`],
1978-
/// [`Os::Other`] is not named "unknown" because "unknown" is a an actual
1979-
/// value that the compiler is aware of.
19801977
other_variant = Other;
19811978
}
19821979

0 commit comments

Comments
 (0)