]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/visit_ast.rs
Rollup merge of #106391 - ardislu:fix-popover-child-link, r=GuillaumeGomez
[rust.git] / src / librustdoc / visit_ast.rs
index 310a01194eaf8744e1e048417309b8a3acd1c18b..7db470359672f834fdaff1017f3a496a5979e28f 100644 (file)
@@ -410,7 +410,7 @@ fn visit_foreign_item_inner(
 
     /// This method will create a new module and push it onto the "modules stack" then call
     /// `visit_mod_contents`. Once done, it'll remove it from the "modules stack" and instead
-    /// add into into the list of modules of the current module.
+    /// add into the list of modules of the current module.
     fn enter_mod(&mut self, id: hir::HirId, m: &'tcx hir::Mod<'tcx>, name: Symbol) {
         self.modules.push(Module::new(name, id, m.spans.inner_span));