We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Clean
1 parent e20bb15 commit 4128a3dCopy full SHA for 4128a3d
1 file changed
src/librustdoc/clean/mod.rs
@@ -890,13 +890,6 @@ impl Clean<bool> for hir::IsAuto {
890
}
891
892
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
-
900
impl Clean<Path> for hir::TraitRef<'_> {
901
fn clean(&self, cx: &mut DocContext<'_>) -> Path {
902
let path = self.path.clean(cx);
0 commit comments