We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a25eef1 + c9f4af6 commit a3d1970Copy full SHA for a3d1970
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