Skip to content

Commit

Permalink
Fix documentation for RuleTable (#8448)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Nov 2, 2023
1 parent 7dd5137 commit 7fa6ac9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/ruff_linter/src/settings/rule_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7fa6ac9

Please sign in to comment.