More formatting fixups
This commit is contained in:
parent
0bfbe24fd9
commit
94fd4f360b
@ -50,7 +50,7 @@ pub struct RustdocVisitor<'a, 'tcx: 'a, 'rcx: 'a> {
|
|||||||
/// Is the current module and all of its parents public?
|
/// Is the current module and all of its parents public?
|
||||||
inside_public_path: bool,
|
inside_public_path: bool,
|
||||||
reexported_macros: FxHashSet<DefId>,
|
reexported_macros: FxHashSet<DefId>,
|
||||||
exact_paths: Option<FxHashMap<DefId, Vec<String>>>
|
exact_paths: Option<FxHashMap<DefId, Vec<String>>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'a, 'tcx, 'rcx> RustdocVisitor<'a, 'tcx, 'rcx> {
|
impl<'a, 'tcx, 'rcx> RustdocVisitor<'a, 'tcx, 'rcx> {
|
||||||
|
Loading…
Reference in New Issue
Block a user