We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2b88f commit feba503Copy full SHA for feba503
1 file changed
crates/ruff_diagnostics/src/violation.rs
@@ -18,7 +18,7 @@ impl Display for FixAvailability {
18
}
19
20
pub trait Violation: Debug + PartialEq + Eq {
21
- /// `None` in the case an fix is never available or otherwise Some
+ /// `None` in the case a fix is never available or otherwise Some
22
/// [`FixAvailability`] describing the available fix.
23
const FIX_AVAILABILITY: FixAvailability = FixAvailability::None;
24
0 commit comments