Skip to content

Commit bcdc8fb

Browse files
committed
rustdoc: Just "stability" instead of "stability dashboard"
The words "stability dashboard" take up too much space on small screens.
1 parent 57e53d5 commit bcdc8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/render.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ impl<'a> fmt::Show for Item<'a> {
13331333
// Write stability dashboard link
13341334
match self.item.inner {
13351335
clean::ModuleItem(ref m) if m.is_crate => {
1336-
try!(write!(fmt, "<a href='stability.html'>[stability dashboard]</a> "));
1336+
try!(write!(fmt, "<a href='stability.html'>[stability]</a> "));
13371337
}
13381338
_ => {}
13391339
};

0 commit comments

Comments
 (0)