diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2025-07-07 03:26:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-07 03:26:08 +0200 |
| commit | 3e76cd796f297f66c36ade5c6d39ab61464bc677 (patch) | |
| tree | 41cccd800d5afb291e90edb99fe064deec328559 /compiler/rustc_attr_data_structures/src | |
| parent | 02da29496566772c0e8d2a7c6b771503a13f5d7d (diff) | |
| parent | 8b65c2f85fbc9462063e52db1bfaad39c0be6899 (diff) | |
Rollup merge of #143535 - reallesee:patch-1, r=jdonszelmann
Remove duplicate word Deleted a duplicated word to improve text clarity. contains contains - contains
Diffstat (limited to 'compiler/rustc_attr_data_structures/src')
| -rw-r--r-- | compiler/rustc_attr_data_structures/src/attributes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_attr_data_structures/src/attributes.rs b/compiler/rustc_attr_data_structures/src/attributes.rs index 84fb4f363d4..2cbb7270785 100644 --- a/compiler/rustc_attr_data_structures/src/attributes.rs +++ b/compiler/rustc_attr_data_structures/src/attributes.rs @@ -149,7 +149,7 @@ pub enum UsedBy { /// ## Attribute Processing /// While attributes are initially parsed by [`rustc_parse`] into [`ast::Attribute`], they still contain raw token streams /// because different attributes have different internal structures. This enum represents the final, -/// fully parsed form of these attributes, where each variant contains contains all the information and +/// fully parsed form of these attributes, where each variant contains all the information and /// structure relevant for the specific attribute. /// /// Some attributes can be applied multiple times to the same item, and they are "collapsed" into a single |
