1
Fork 0

Replace _, _ with ..

This commit is contained in:
Vadim Petrochenkov 2016-08-26 19:23:42 +03:00
parent 6f7e51e49b
commit e05e74ac83
107 changed files with 275 additions and 271 deletions

View file

@ -1891,7 +1891,7 @@ fn short_stability(item: &clean::Item, cx: &Context, show_reason: bool) -> Vec<S
(false, &Some(ref tracker_url), Some(issue_no)) if issue_no > 0 =>
format!(" (<a href=\"{}{}\">#{}</a>)", Escape(&tracker_url), issue_no,
issue_no),
(true, _, _) =>
(true, ..) =>
format!(" (<code>{}</code>)", Escape(&stab.feature)),
_ => String::new(),
}