Fix link to error supression documentation in `unused-noqa` (#8172)

This commit is contained in:
Zanie Blue 2023-10-24 12:23:42 -05:00 committed by GitHub
parent 75bd95e58c
commit 4d7f90e045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ pub struct UnusedCodes {
/// ``` /// ```
/// ///
/// ## References /// ## References
/// - [Automatic `noqa` management](https://docs.astral.sh/ruff/configuration/#automatic-noqa-management) /// - [Ruff error suppression](https://docs.astral.sh/ruff/linter/#error-suppression)
#[violation] #[violation]
pub struct UnusedNOQA { pub struct UnusedNOQA {
pub codes: Option<UnusedCodes>, pub codes: Option<UnusedCodes>,