mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 10:22:24 +00:00
Doc: markdown link fix (#14041)
Typo in `mutable-contextvar-default` in `flake8-bugbear`
This commit is contained in:
parent
ef72fd79a7
commit
5053d2c127
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ use crate::checkers::ast::Checker;
|
|||
/// - `lint.flake8-bugbear.extend-immutable-calls`
|
||||
///
|
||||
/// ## 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]
|
||||
pub struct MutableContextvarDefault;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue