Skip to content

Commit 38df2df

Browse files
Rollup merge of rust-lang#138703 - pudongair:master, r=workingjubilee
chore: remove redundant words in comment remove redundant words in comment
2 parents 686897f + 64ecfe4 commit 38df2df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/macros/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,8 +1748,8 @@ pub(crate) mod builtin {
17481748
/* compiler built-in */
17491749
}
17501750

1751-
/// Provide a list of type aliases and other opaque-type-containing type definitions.
1752-
/// This list will be used in the body of the item it is applied to define opaque
1751+
/// Provide a list of type aliases and other opaque-type-containing type definitions
1752+
/// to an item with a body. This list will be used in that body to define opaque
17531753
/// types' hidden types.
17541754
/// Can only be applied to things that have bodies.
17551755
#[unstable(

0 commit comments

Comments
 (0)