@@ -890,7 +890,7 @@ fn item_trait(w: &mut Buffer, cx: &mut Context<'_>, it: &clean::Item, t: &clean:
890
890
w,
891
891
"implementors" ,
892
892
"Implementors" ,
893
- "<div class= \" item-list \" id=\" implementors-list\" >" ,
893
+ "<div id=\" implementors-list\" >" ,
894
894
) ;
895
895
for implementor in concrete {
896
896
render_implementor ( cx, implementor, it, w, & implementor_dups, & [ ] ) ;
@@ -902,7 +902,7 @@ fn item_trait(w: &mut Buffer, cx: &mut Context<'_>, it: &clean::Item, t: &clean:
902
902
w,
903
903
"synthetic-implementors" ,
904
904
"Auto implementors" ,
905
- "<div class= \" item-list \" id=\" synthetic-implementors-list\" >" ,
905
+ "<div id=\" synthetic-implementors-list\" >" ,
906
906
) ;
907
907
for implementor in synthetic {
908
908
render_implementor (
@@ -923,15 +923,15 @@ fn item_trait(w: &mut Buffer, cx: &mut Context<'_>, it: &clean::Item, t: &clean:
923
923
w,
924
924
"implementors" ,
925
925
"Implementors" ,
926
- "<div class= \" item-list \" id=\" implementors-list\" ></div>" ,
926
+ "<div id=\" implementors-list\" ></div>" ,
927
927
) ;
928
928
929
929
if t. is_auto ( cx. tcx ( ) ) {
930
930
write_small_section_header (
931
931
w,
932
932
"synthetic-implementors" ,
933
933
"Auto implementors" ,
934
- "<div class= \" item-list \" id=\" synthetic-implementors-list\" ></div>" ,
934
+ "<div id=\" synthetic-implementors-list\" ></div>" ,
935
935
) ;
936
936
}
937
937
}
0 commit comments