Skip to content

Commit ddd09df

Browse files
committed
auto merge of #14730 : alexcrichton/rust/issue-14723, r=cmr
Closes #14723
2 parents ffdb881 + 3688c1d commit ddd09df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/playpen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
a.attr('target', '_blank');
2323
$(this).append(a);
2424
}, function() {
25-
$(this).find('a').remove();
25+
$(this).find('a.test-arrow').remove();
2626
});
2727
}
2828
}());

0 commit comments

Comments
 (0)