mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 06:41:23 +00:00
Fix backticks in RUF021 docs (#9488)
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!
This commit is contained in:
parent
3daf6e1b6d
commit
395cdf04e5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ use crate::checkers::ast::Checker;
|
||||||
///
|
///
|
||||||
/// d, e, f = 0, 1, 2
|
/// d, e, f = 0, 1, 2
|
||||||
/// y = (d and e) or f
|
/// y = (d and e) or f
|
||||||
/// ````
|
/// ```
|
||||||
#[violation]
|
#[violation]
|
||||||
pub struct ParenthesizeChainedOperators;
|
pub struct ParenthesizeChainedOperators;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue