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 @@ -151,7 +151,7 @@ pub enum UsedBy {
151
151
/// ## Attribute Processing
152
152
/// While attributes are initially parsed by [`rustc_parse`] into [`ast::Attribute`], they still contain raw token streams
153
153
/// 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
155
155
/// structure relevant for the specific attribute.
156
156
///
157
157
/// 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