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 96e1828 commit 135ee85Copy full SHA for 135ee85
src/librustdoc/html/static/main.js
@@ -1996,7 +1996,7 @@
1996
if (e.parentNode.id === "main") {
1997
var otherMessage;
1998
if (hasClass(e, "type-decl")) {
1999
- otherMessage = ' Show type declaration';
+ otherMessage = ' Show declaration';
2000
}
2001
e.parentNode.insertBefore(createToggle(otherMessage), e);
2002
if (otherMessage && getCurrentValue('rustdoc-item-declarations') !== "false") {
0 commit comments