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 6a9c258 commit b9fd355Copy full SHA for b9fd355
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: c8f5f6f70f81a53d708af06b3b96902590e6322c
+refs/heads/master: 115ec662b514c0dcbd1fc40648c4e11d09c949d7
3
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4
refs/heads/try: ea3892f76a2180dd4ce724f1dafd9186959702d9
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
trunk/src/librustdoc/html/static/playpen.js
@@ -12,6 +12,8 @@
12
/*globals $: true, rootPath: true */
13
14
document.addEventListener('DOMContentLoaded', function() {
15
+ 'use strict';
16
+
17
if (!window.playgroundUrl) {
18
return;
19
}
0 commit comments