diff options
| author | Micke <155267459+reallesee@users.noreply.github.com> | 2025-07-06 20:06:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-06 20:06:46 +0200 |
| commit | 8b65c2f85fbc9462063e52db1bfaad39c0be6899 (patch) | |
| tree | 7e2d9fb1d40280b8b47ee45f749418376e927a61 | |
| parent | 3c95364c4afc3f15749f5a511d599af086f5456e (diff) | |
| download | rust-8b65c2f85fbc9462063e52db1bfaad39c0be6899.tar.gz rust-8b65c2f85fbc9462063e52db1bfaad39c0be6899.zip | |
Remove duplicate word
| -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 6af15da7d08..267b5b41c3a 100644 --- a/compiler/rustc_attr_data_structures/src/attributes.rs +++ b/compiler/rustc_attr_data_structures/src/attributes.rs @@ -151,7 +151,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 |
