Rename "show type declaration" to "show declaration"
This commit is contained in:
parent
96e182833b
commit
135ee85aba
@ -1996,7 +1996,7 @@
|
||||
if (e.parentNode.id === "main") {
|
||||
var otherMessage;
|
||||
if (hasClass(e, "type-decl")) {
|
||||
otherMessage = ' Show type declaration';
|
||||
otherMessage = ' Show declaration';
|
||||
}
|
||||
e.parentNode.insertBefore(createToggle(otherMessage), e);
|
||||
if (otherMessage && getCurrentValue('rustdoc-item-declarations') !== "false") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user