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 4ade708 commit 02428dfCopy full SHA for 02428df
src/librustdoc/html/render.rs
@@ -1460,7 +1460,7 @@ impl<'a> fmt::Display for Item<'a> {
1460
try!(write!(fmt, "<span class='out-of-band'>"));
1461
try!(write!(fmt,
1462
r##"<span id='render-detail'>
1463
- <a id="toggle-all-docs" href="#" title="collapse all docs">[-]</a>
+ <a id="toggle-all-docs" href="#" title="collapse all docs">[−]</a>
1464
</span>"##));
1465
1466
// Write `src` tag
0 commit comments