We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 754cb2a + c9f4af6 commit e9df5ddCopy full SHA for e9df5dd
src/librustdoc/passes/stripper.rs
@@ -91,7 +91,7 @@ impl<'a> DocFolder for Stripper<'a> {
91
clean::ExternCrateItem { .. } => {}
92
clean::ImportItem(ref imp) => {
93
// 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
+ // the imported item as retained so it's impls won't be stripped.
95
//
96
// FIXME: Is it necessary to check for json output here: See
97
// https://github.com/rust-lang/rust/pull/100325#discussion_r941495215
0 commit comments