We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cc710 commit 504a077Copy full SHA for 504a077
crates/oxc_diagnostics/src/service.rs
@@ -96,7 +96,7 @@ impl DiagnosticService {
96
/// are too many warning-level rule violations in your project. Errors do not count towards the
97
/// warning limit.
98
///
99
- /// Use [`max_warnings_exceeded`](DiagnosticService::max_warnings_exceeded) to check if too
+ /// Use [`DiagnosticResult`](DiagnosticResult::max_warnings_exceeded) to check if too
100
/// many warnings have been received.
101
102
/// Default: [`None`]
0 commit comments