@@ -890,7 +890,7 @@ fn item_trait(w: &mut Buffer, cx: &mut Context<'_>, it: &clean::Item, t: &clean:
890890 w,
891891 "implementors" ,
892892 "Implementors" ,
893- "<div class= \" item-list \" id=\" implementors-list\" >" ,
893+ "<div id=\" implementors-list\" >" ,
894894 ) ;
895895 for implementor in concrete {
896896 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:
902902 w,
903903 "synthetic-implementors" ,
904904 "Auto implementors" ,
905- "<div class= \" item-list \" id=\" synthetic-implementors-list\" >" ,
905+ "<div id=\" synthetic-implementors-list\" >" ,
906906 ) ;
907907 for implementor in synthetic {
908908 render_implementor (
@@ -923,15 +923,15 @@ fn item_trait(w: &mut Buffer, cx: &mut Context<'_>, it: &clean::Item, t: &clean:
923923 w,
924924 "implementors" ,
925925 "Implementors" ,
926- "<div class= \" item-list \" id=\" implementors-list\" ></div>" ,
926+ "<div id=\" implementors-list\" ></div>" ,
927927 ) ;
928928
929929 if t. is_auto ( cx. tcx ( ) ) {
930930 write_small_section_header (
931931 w,
932932 "synthetic-implementors" ,
933933 "Auto implementors" ,
934- "<div class= \" item-list \" id=\" synthetic-implementors-list\" ></div>" ,
934+ "<div id=\" synthetic-implementors-list\" ></div>" ,
935935 ) ;
936936 }
937937 }
0 commit comments