We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9652928 commit a481fe6Copy full SHA for a481fe6
src/librustdoc/html/static/playpen.js
@@ -22,7 +22,7 @@
22
a.attr('target', '_blank');
23
$(this).append(a);
24
}, function() {
25
- $(this).find('a').remove();
+ $(this).find('a.test-arrow').remove();
26
});
27
}
28
}());
0 commit comments