Stop importing int modules in librustdoc
This commit is contained in:
parent
bc8d6c1b33
commit
d7f8928efd
2 changed files with 0 additions and 2 deletions
|
|
@ -32,7 +32,6 @@ use std::collections::hash_map::Entry;
|
|||
use std::default::Default;
|
||||
use std::hash::Hash;
|
||||
use std::rc::Rc;
|
||||
use std::u32;
|
||||
use std::{mem, vec};
|
||||
|
||||
use crate::core::{self, DocContext, ImplTraitParam};
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
use std::cmp;
|
||||
use std::string::String;
|
||||
use std::usize;
|
||||
|
||||
use crate::clean::{self, DocFragment, Item};
|
||||
use crate::core::DocContext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue