Remove unnecessary macro_use
s in rustdoc
This commit is contained in:
parent
6d42707cde
commit
b6851ba3c9
4 changed files with 7 additions and 8 deletions
|
@ -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! {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue