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.
2 parents 84813d3 + 2127e0d commit 217cb6fCopy full SHA for 217cb6f
src/librustdoc/html/static/playpen.js
@@ -14,6 +14,7 @@
14
(function() {
15
if (window.playgroundUrl) {
16
$('pre.rust').hover(function() {
17
+ if (!$(this).attr('id')) { return; }
18
var id = '#' + $(this).attr('id').replace('rendered', 'raw');
19
var a = $('<a>').text('⇱').attr('class', 'test-arrow');
20
var code = $(id).text();
0 commit comments