Stop importing int modules in librustdoc

This commit is contained in:
Linus Färnstrand
2020-04-04 17:26:59 +02:00
parent bc8d6c1b33
commit d7f8928efd
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -32,7 +32,6 @@
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;