We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b21629 commit b15b563Copy full SHA for b15b563
src/librustdoc/clean/types.rs
@@ -774,7 +774,7 @@ impl Item {
774
match attr {
775
hir::Attribute::Parsed(AttributeKind::Deprecation { .. }) => {
776
// rustdoc-json stores this in `Item::deprecation`, so we
777
- // don't want it it `Item::attrs`.
+ // don't want it in `Item::attrs`.
778
None
779
}
780
rustc_hir::Attribute::Parsed(rustc_attr_parsing::AttributeKind::Repr(
0 commit comments