]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/clean/cfg.rs
Remove the x86_64-rumprun-netbsd target
[rust.git] / src / librustdoc / clean / cfg.rs
index 444b73246da4b06a919640485746e54d4ba224d0..c544d1f41ce0b6b8b279782bb3fcda083c1e0731 100644 (file)
@@ -505,7 +505,6 @@ fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result {
                     (sym::target_vendor, Some(vendor)) => match &*vendor.as_str() {
                         "apple" => "Apple",
                         "pc" => "PC",
-                        "rumprun" => "Rumprun",
                         "sun" => "Sun",
                         "fortanix" => "Fortanix",
                         _ => "",