Skip to content

Commit a3d1970

Browse files
authored
Rollup merge of rust-lang#101274 - aDotInTheVoid:comment-typo, r=TaKO8Ki
Fix typo in comment
2 parents a25eef1 + c9f4af6 commit a3d1970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/passes/stripper.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl<'a> DocFolder for Stripper<'a> {
9191
clean::ExternCrateItem { .. } => {}
9292
clean::ImportItem(ref imp) => {
9393
// Because json doesn't inline imports from private modules, we need to mark
94-
// the imported item as retained so it's impls won't be stripped.i
94+
// the imported item as retained so it's impls won't be stripped.
9595
//
9696
// FIXME: Is it necessary to check for json output here: See
9797
// https://github.com/rust-lang/rust/pull/100325#discussion_r941495215

0 commit comments

Comments
 (0)