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