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 64781d4 commit ac6a561Copy full SHA for ac6a561
src/librustdoc/html/static/js/main.js
@@ -1043,7 +1043,7 @@ function preLoadCss(cssUrl) {
1043
}
1044
1045
/**
1046
- * @param {boolean} collapseImpls - also collapse impl blocks
+ * @param {boolean} collapseImpls - also collapse impl blocks if set to true
1047
*/
1048
function collapseAllDocs(collapseImpls) {
1049
const innerToggle = document.getElementById(toggleAllDocsId);
0 commit comments