mirror of https://github.com/astral-sh/ruff
Doc: markdown link fix (#14041)
Typo in `mutable-contextvar-default` in `flake8-bugbear`
This commit is contained in:
parent
ef72fd79a7
commit
5053d2c127
|
|
@ -51,7 +51,7 @@ use crate::checkers::ast::Checker;
|
||||||
/// - `lint.flake8-bugbear.extend-immutable-calls`
|
/// - `lint.flake8-bugbear.extend-immutable-calls`
|
||||||
///
|
///
|
||||||
/// ## References
|
/// ## References
|
||||||
/// - [Python documentation: [`contextvars` — Context Variables](https://docs.python.org/3/library/contextvars.html)
|
/// - [Python documentation: `contextvars` — Context Variables](https://docs.python.org/3/library/contextvars.html)
|
||||||
#[violation]
|
#[violation]
|
||||||
pub struct MutableContextvarDefault;
|
pub struct MutableContextvarDefault;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue