Fix documentation for `RuleTable` (#8448)

This commit is contained in:
Zanie Blue 2023-11-02 11:10:07 -05:00 committed by GitHub
parent 7dd5137913
commit 7fa6ac976a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@ use ruff_macros::CacheKey;
use crate::registry::{Rule, RuleSet, RuleSetIterator};
/// A table to keep track of which rules are enabled
/// and Whether they should be fixed.
/// A table to keep track of which rules are enabled and whether they should be fixed.
#[derive(Debug, CacheKey, Default)]
pub struct RuleTable {
/// Maps rule codes to a boolean indicating if the rule should be fixed.