diff --git a/crates/ruff_linter/src/settings/rule_table.rs b/crates/ruff_linter/src/settings/rule_table.rs index 25e8c13ea5ecf..898dcb3f7c76c 100644 --- a/crates/ruff_linter/src/settings/rule_table.rs +++ b/crates/ruff_linter/src/settings/rule_table.rs @@ -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.