We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7fe4a commit 74fb5f8Copy full SHA for 74fb5f8
src/librustdoc/clean/mod.rs
@@ -44,10 +44,6 @@ use utils::*;
44
pub(crate) use self::types::*;
45
pub(crate) use self::utils::{get_auto_trait_and_blanket_impls, krate, register_res};
46
47
-pub(crate) trait Clean<'tcx, T> {
48
- fn clean(&self, cx: &mut DocContext<'tcx>) -> T;
49
-}
50
-
51
pub(crate) fn clean_doc_module<'tcx>(doc: &DocModule<'tcx>, cx: &mut DocContext<'tcx>) -> Item {
52
let mut items: Vec<Item> = vec![];
53
let mut inserted = FxHashSet::default();
0 commit comments