Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jul 22, 2024
1 parent d432155 commit c1aed00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pub trait LintRule: std::fmt::Debug + Send + Sync {

/// A hash of the internal state of the lint rule. This should be a hash
/// of what this lint rule depends on.
///
///
/// For example, if the lint rules depends on the config file, then this
/// might be a hash of the config file.
fn state_hash(&self) -> u64 {
Expand Down

0 comments on commit c1aed00

Please sign in to comment.