Fix typo in comment
This commit is contained in:
parent
eac6c33bc6
commit
c9f4af6e11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue