]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_lint/src/late.rs
Auto merge of #107137 - Mark-Simulacrum:169, r=Mark-Simulacrum
[rust.git] / compiler / rustc_lint / src / late.rs
index e2876938d70566477329cc94541c81478a3894f1..b2a2656746eec8b45849ec4faf9ce905ef15ec69 100644 (file)
@@ -40,7 +40,7 @@ macro_rules! lint_callback { ($cx:expr, $f:ident, $($args:expr),*) => ({
     $cx.pass.$f(&$cx.context, $($args),*);
 }) }
 
-/// Implements the AST traversal for late lint passes. `T` provides the the
+/// Implements the AST traversal for late lint passes. `T` provides the
 /// `check_*` methods.
 pub struct LateContextAndPass<'tcx, T: LateLintPass<'tcx>> {
     context: LateContext<'tcx>,