Skip to content

Commit c2e0d43

Browse files
committed
Auto merge of #10734 - smoelius:patch-2, r=Alexendoo
Update macros.rs (typo) r? `@Alexendoo` changelog: none
2 parents 9353170 + 7e24ff3 commit c2e0d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_utils/src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ thread_local! {
362362
/// able to access the many features of a [`LateContext`].
363363
///
364364
/// A thread local is used because [`FormatArgs`] is `!Send` and `!Sync`, we are making an
365-
/// assumption that the early pass the populates the map and the later late passes will all be
365+
/// assumption that the early pass that populates the map and the later late passes will all be
366366
/// running on the same thread.
367367
static AST_FORMAT_ARGS: RefCell<FxHashMap<Span, FormatArgs>> = {
368368
static CALLED: AtomicBool = AtomicBool::new(false);

0 commit comments

Comments
 (0)