Skip to content

Commit

Permalink
doc: remove playground links for structs and traits
Browse files Browse the repository at this point in the history
  • Loading branch information
tsurai committed Jul 11, 2015
1 parent 1b28ffa commit 9e96982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/playpen.js
Expand Up @@ -17,7 +17,7 @@ document.addEventListener('DOMContentLoaded', function() {
}

var featureRegexp = new RegExp('^\s*#!\\[feature\\(\.*?\\)\\]');
var elements = document.querySelectorAll('pre.rust');
var elements = document.querySelectorAll('pre.rust-example-rendered');

Array.prototype.forEach.call(elements, function(el) {
el.onmouseover = function(e) {
Expand Down

0 comments on commit 9e96982

Please sign in to comment.