1
Fork 0

Remove unnecessary macro_uses in rustdoc

This commit is contained in:
Joshua Nelson 2021-10-30 02:07:37 +00:00
parent 6d42707cde
commit b6851ba3c9
4 changed files with 7 additions and 8 deletions

View file

@ -17,6 +17,7 @@ use crate::config::{EmitType, RenderOptions};
use crate::docfs::PathError;
use crate::error::Error;
use crate::html::{layout, static_files};
use crate::{try_err, try_none};
static FILES_UNVERSIONED: Lazy<FxHashMap<&str, &[u8]>> = Lazy::new(|| {
map! {