We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8d6c1 commit d7f8928Copy full SHA for d7f8928
src/librustdoc/clean/mod.rs
@@ -32,7 +32,6 @@ use std::collections::hash_map::Entry;
32
use std::default::Default;
33
use std::hash::Hash;
34
use std::rc::Rc;
35
-use std::u32;
36
use std::{mem, vec};
37
38
use crate::core::{self, DocContext, ImplTraitParam};
src/librustdoc/passes/unindent_comments.rs
@@ -1,6 +1,5 @@
1
use std::cmp;
2
use std::string::String;
3
-use std::usize;
4
5
use crate::clean::{self, DocFragment, Item};
6
use crate::core::DocContext;
0 commit comments