rustdoc: More selectively remove execute links

Closes #14723
This commit is contained in:
Alex Crichton 2014-06-07 10:53:22 -07:00
parent 8e9e484d70
commit 3688c1d0ca

View File

@ -22,7 +22,7 @@
a.attr('target', '_blank');
$(this).append(a);
}, function() {
$(this).find('a').remove();
$(this).find('a.test-arrow').remove();
});
}
}());