Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4128a3d

Browse files
committed
Remove unused Clean impl
1 parent e20bb15 commit 4128a3d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/librustdoc/clean/mod.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -890,13 +890,6 @@ impl Clean<bool> for hir::IsAuto {
890890
}
891891
}
892892

893-
impl Clean<Type> for hir::TraitRef<'_> {
894-
fn clean(&self, cx: &mut DocContext<'_>) -> Type {
895-
let path = self.path.clean(cx);
896-
resolve_type(cx, path)
897-
}
898-
}
899-
900893
impl Clean<Path> for hir::TraitRef<'_> {
901894
fn clean(&self, cx: &mut DocContext<'_>) -> Path {
902895
let path = self.path.clean(cx);

0 commit comments

Comments
 (0)