Rollup merge of #143535 - reallesee:patch-1, r=jdonszelmann

Remove duplicate word

Deleted a duplicated word to improve text clarity.

contains contains - contains
This commit is contained in:
Jacob Pratt
2025-07-07 03:26:08 +02:00
committed by GitHub

View File

@@ -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