mirror of https://github.com/astral-sh/ruff
Fix documentation for `RuleTable` (#8448)
This commit is contained in:
parent
7dd5137913
commit
7fa6ac976a
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue