Remove --print unversioned-files from rustdoc

This flag isn't needed anymore. See #83784.
This commit is contained in:
Boris-Chengbiao Zhou 2021-05-28 21:23:39 +02:00
parent e51830b90a
commit 8b6dad2a12
6 changed files with 1 additions and 34 deletions

View file

@ -18,7 +18,7 @@ use crate::docfs::PathError;
use crate::error::Error;
use crate::html::{layout, static_files};
crate static FILES_UNVERSIONED: Lazy<FxHashMap<&str, &[u8]>> = Lazy::new(|| {
static FILES_UNVERSIONED: Lazy<FxHashMap<&str, &[u8]>> = Lazy::new(|| {
map! {
"FiraSans-Regular.woff2" => static_files::fira_sans::REGULAR2,
"FiraSans-Medium.woff2" => static_files::fira_sans::MEDIUM2,