Skip to content

Commit 8b65c2f

Browse files
authored
Remove duplicate word
1 parent 3c95364 commit 8b65c2f

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
@@ -151,7 +151,7 @@ pub enum UsedBy {
151151
/// ## Attribute Processing
152152
/// While attributes are initially parsed by [`rustc_parse`] into [`ast::Attribute`], they still contain raw token streams
153153
/// because different attributes have different internal structures. This enum represents the final,
154-
/// fully parsed form of these attributes, where each variant contains contains all the information and
154+
/// fully parsed form of these attributes, where each variant contains all the information and
155155
/// structure relevant for the specific attribute.
156156
///
157157
/// Some attributes can be applied multiple times to the same item, and they are "collapsed" into a single

0 commit comments

Comments
 (0)