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(
1546
1546
let aliases = if aliases. is_empty ( ) {
1547
1547
String :: new ( )
1548
1548
} else {
1549
- format ! ( " aliases=\" {}\" " , aliases. join( "," ) )
1549
+ format ! ( " data- aliases=\" {}\" " , aliases. join( "," ) )
1550
1550
} ;
1551
1551
if let Some ( use_absolute) = use_absolute {
1552
1552
write ! (
Original file line number Diff line number Diff line change @@ -834,7 +834,7 @@ function hideThemeButtonState() {
834
834
// (like "Send" and "Sync").
835
835
var inlined_types = new Set ( ) ;
836
836
onEachLazy ( synthetic_implementors . getElementsByClassName ( "impl" ) , function ( el ) {
837
- var aliases = el . getAttribute ( "aliases" ) ;
837
+ var aliases = el . getAttribute ( "data- aliases" ) ;
838
838
if ( ! aliases ) {
839
839
return ;
840
840
}
You can’t perform that action at this time.
0 commit comments