Skip to content

Commit

Permalink
Rollup merge of rust-lang#101274 - aDotInTheVoid:comment-typo, r=TaKO8Ki
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
matthiaskrgr committed Sep 1, 2022
2 parents 754cb2a + c9f4af6 commit e9df5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/passes/stripper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl<'a> DocFolder for Stripper<'a> {
clean::ExternCrateItem { .. } => {}
clean::ImportItem(ref imp) => {
// Because json doesn't inline imports from private modules, we need to mark
// the imported item as retained so it's impls won't be stripped.i
// the imported item as retained so it's impls won't be stripped.
//
// FIXME: Is it necessary to check for json output here: See
// https://github.com/rust-lang/rust/pull/100325#discussion_r941495215
Expand Down

0 comments on commit e9df5dd

Please sign in to comment.