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 8e9e484 commit 3688c1dCopy full SHA for 3688c1d
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