Skip to content

Commit 3e76cd7

Browse files
authored
Rollup merge of #143535 - reallesee:patch-1, r=jdonszelmann
Remove duplicate word Deleted a duplicated word to improve text clarity. contains contains - contains
2 parents 02da294 + 8b65c2f commit 3e76cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_attr_data_structures/src/attributes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ pub enum UsedBy {
149149
/// ## Attribute Processing
150150
/// While attributes are initially parsed by [`rustc_parse`] into [`ast::Attribute`], they still contain raw token streams
151151
/// because different attributes have different internal structures. This enum represents the final,
152-
/// fully parsed form of these attributes, where each variant contains contains all the information and
152+
/// fully parsed form of these attributes, where each variant contains all the information and
153153
/// structure relevant for the specific attribute.
154154
///
155155
/// Some attributes can be applied multiple times to the same item, and they are "collapsed" into a single

0 commit comments

Comments
 (0)