We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9353170 + 7e24ff3 commit c2e0d43Copy full SHA for c2e0d43
clippy_utils/src/macros.rs
@@ -362,7 +362,7 @@ thread_local! {
362
/// able to access the many features of a [`LateContext`].
363
///
364
/// 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
+ /// assumption that the early pass that populates the map and the later late passes will all be
366
/// running on the same thread.
367
static AST_FORMAT_ARGS: RefCell<FxHashMap<Span, FormatArgs>> = {
368
static CALLED: AtomicBool = AtomicBool::new(false);
0 commit comments