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 c68c4b5 + cf18b1f commit 25e5af8Copy full SHA for 25e5af8
src/librustdoc/html/static/main.js
@@ -1446,7 +1446,7 @@
1446
1447
// Draw a convenient sidebar of known crates if we have a listing
1448
if (rootPath === '../') {
1449
- var sidebar = document.getElementsByClassName('sidebar')[0];
+ var sidebar = document.getElementsByClassName('sidebar-elems')[0];
1450
var div = document.createElement('div');
1451
div.className = 'block crate';
1452
div.innerHTML = '<h3>Crates</h3>';
0 commit comments