File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
compiler/rustc_attr_data_structures/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ pub enum UsedBy {
149
149
/// ## Attribute Processing
150
150
/// While attributes are initially parsed by [`rustc_parse`] into [`ast::Attribute`], they still contain raw token streams
151
151
/// 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
153
153
/// structure relevant for the specific attribute.
154
154
///
155
155
/// Some attributes can be applied multiple times to the same item, and they are "collapsed" into a single
You can’t perform that action at this time.
0 commit comments