Skip to content

Commit d7f8928

Browse files
committed
Stop importing int modules in librustdoc
1 parent bc8d6c1 commit d7f8928

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/librustdoc/clean/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ use std::collections::hash_map::Entry;
3232
use std::default::Default;
3333
use std::hash::Hash;
3434
use std::rc::Rc;
35-
use std::u32;
3635
use std::{mem, vec};
3736

3837
use crate::core::{self, DocContext, ImplTraitParam};

src/librustdoc/passes/unindent_comments.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use std::cmp;
22
use std::string::String;
3-
use std::usize;
43

54
use crate::clean::{self, DocFragment, Item};
65
use crate::core::DocContext;

0 commit comments

Comments
 (0)