Skip to content

Commit 16c1a1e

Browse files
committed
More formatting fixups
1 parent 764a830 commit 16c1a1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/librustdoc/html/render.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4050,7 +4050,7 @@ fn sidebar_trait(fmt: &mut fmt::Formatter, it: &clean::Item,
40504050
sidebar.push_str("<a class=\"sidebar-title\" href=\"#implementors\">Implementors</a>");
40514051
if t.auto {
40524052
sidebar.push_str("<a class=\"sidebar-title\" \
4053-
href=\"#synthetic-implementors\">Auto Implementors</a>");
4053+
href=\"#synthetic-implementors\">Auto Implementors</a>");
40544054
}
40554055

40564056
sidebar.push_str(&sidebar_assoc_items(it));

src/librustdoc/visit_ast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub struct RustdocVisitor<'a, 'tcx: 'a, 'rcx: 'a> {
5050
/// Is the current module and all of its parents public?
5151
inside_public_path: bool,
5252
reexported_macros: FxHashSet<DefId>,
53-
exact_paths: Option<FxHashMap<DefId, Vec<String>>>
53+
exact_paths: Option<FxHashMap<DefId, Vec<String>>>,
5454
}
5555

5656
impl<'a, 'tcx, 'rcx> RustdocVisitor<'a, 'tcx, 'rcx> {

0 commit comments

Comments
 (0)