Improve accessibility of rustdoc pages
This commit is contained in:
@@ -981,7 +981,7 @@
|
||||
$(".method").each(function() {
|
||||
if ($(this).next().is(".docblock") ||
|
||||
($(this).next().is(".stability") && $(this).next().next().is(".docblock"))) {
|
||||
$(this).children().first().after(toggle.clone());
|
||||
$(this).children().last().after(toggle.clone());
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user