File tree Expand file tree Collapse file tree
crates/ruff_linter/src/rules/flake8_async/rules Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ use crate::rules::flake8_async::helpers::AsyncModule;
3535///
3636/// ## References
3737/// - [`asyncio` events](https://docs.python.org/3/library/asyncio-sync.html#asyncio.Event)
38- /// - [`anyio` events](https://trio .readthedocs.io/en/latest/reference-core .html#trio .Event)
39- /// - [`trio` events](https://anyio .readthedocs.io/en/latest/api .html#anyio .Event)
38+ /// - [`anyio` events](https://anyio .readthedocs.io/en/latest/api .html#anyio .Event)
39+ /// - [`trio` events](https://trio .readthedocs.io/en/latest/reference-core .html#trio .Event)
4040#[ derive( ViolationMetadata ) ]
4141pub ( crate ) struct AsyncBusyWait {
4242 module : AsyncModule ,
You can’t perform that action at this time.
0 commit comments