Skip to content

Commit

Permalink
Fix backticks in RUF021 docs (#9488)
Browse files Browse the repository at this point in the history
The docs for this rule aren't generating properly:
https://docs.astral.sh/ruff/rules/parenthesize-chained-operators/#why-is-this-bad.
I assume this is the reason why!
  • Loading branch information
AlexWaygood authored Jan 12, 2024
1 parent 3daf6e1 commit 395cdf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use crate::checkers::ast::Checker;
///
/// d, e, f = 0, 1, 2
/// y = (d and e) or f
/// ````
/// ```
#[violation]
pub struct ParenthesizeChainedOperators;

Expand Down

0 comments on commit 395cdf0

Please sign in to comment.