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 authored Sep 1, 2022
2 parents 33f6b64 + c9f4af6 commit 41b0501
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 41b0501

Please sign in to comment.