File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/librustdoc/html/static/js Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -411,15 +411,16 @@ class RustdocToolbarElement extends HTMLElement {
411
411
return ;
412
412
}
413
413
const rootPath = getVar ( "root-path" ) ;
414
- // ignore-tidy-linelength
415
414
this . innerHTML = `
416
415
<div id="settings-menu" tabindex="-1">
417
416
<a href="${ rootPath } settings.html"><span class="label">Settings</span></a>
418
417
</div>
419
418
<div id="help-button" tabindex="-1">
420
419
<a href="${ rootPath } help.html"><span class="label">Help</span></a>
421
420
</div>
422
- <button id="toggle-all-docs" title="Collapse sections (shift-click to also collapse impl blocks)"><span class="label">Summary</span></button>` ;
421
+ <button id="toggle-all-docs"
422
+ title="Collapse sections (shift-click to also collapse impl blocks)"><span
423
+ class="label">Summary</span></button>` ;
423
424
}
424
425
}
425
426
window . customElements . define ( "rustdoc-toolbar" , RustdocToolbarElement ) ;
You can’t perform that action at this time.
0 commit comments