File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1546,7 +1546,7 @@ fn render_impl(
15461546 let aliases = if aliases. is_empty ( ) {
15471547 String :: new ( )
15481548 } else {
1549- format ! ( " aliases=\" {}\" " , aliases. join( "," ) )
1549+ format ! ( " data- aliases=\" {}\" " , aliases. join( "," ) )
15501550 } ;
15511551 if let Some ( use_absolute) = use_absolute {
15521552 write ! (
Original file line number Diff line number Diff line change @@ -834,7 +834,7 @@ function hideThemeButtonState() {
834834 // (like "Send" and "Sync").
835835 var inlined_types = new Set ( ) ;
836836 onEachLazy ( synthetic_implementors . getElementsByClassName ( "impl" ) , function ( el ) {
837- var aliases = el . getAttribute ( "aliases" ) ;
837+ var aliases = el . getAttribute ( "data- aliases" ) ;
838838 if ( ! aliases ) {
839839 return ;
840840 }
You can’t perform that action at this time.
0 commit comments