Skip to content

Commit b15b563

Browse files
Fix code comment typo
1 parent 0b21629 commit b15b563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/clean/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ impl Item {
774774
match attr {
775775
hir::Attribute::Parsed(AttributeKind::Deprecation { .. }) => {
776776
// rustdoc-json stores this in `Item::deprecation`, so we
777-
// don't want it it `Item::attrs`.
777+
// don't want it in `Item::attrs`.
778778
None
779779
}
780780
rustc_hir::Attribute::Parsed(rustc_attr_parsing::AttributeKind::Repr(

0 commit comments

Comments
 (0)