Skip to content

Commit 637bf91

Browse files
committed
Fix doc comment
1 parent ae2fc97 commit 637bf91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint/src/passes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ macro_rules! expand_combined_late_lint_pass_methods {
9292
/// Combines multiple lints passes into a single lint pass, at compile time,
9393
/// for maximum speed. Each `check_foo` method in `$methods` within this pass
9494
/// simply calls `check_foo` once per `$pass`. Compare with
95-
/// `LateLintPassObjects`, which is similar, but combines lint passes at
95+
/// `RuntimeCombinedLateLintPass`, which is similar, but combines lint passes at
9696
/// runtime.
9797
#[macro_export]
9898
macro_rules! declare_combined_late_lint_pass {

0 commit comments

Comments
 (0)