Skip to content

Commit

Permalink
Fix references for async-busy-wait (#14775)
Browse files Browse the repository at this point in the history
  • Loading branch information
Well2333 authored Dec 4, 2024
1 parent af43bd4 commit 04c887c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ use crate::rules::flake8_async::helpers::AsyncModule;
///
/// ## References
/// - [`asyncio` events](https://docs.python.org/3/library/asyncio-sync.html#asyncio.Event)
/// - [`anyio` events](https://trio.readthedocs.io/en/latest/reference-core.html#trio.Event)
/// - [`trio` events](https://anyio.readthedocs.io/en/latest/api.html#anyio.Event)
/// - [`anyio` events](https://anyio.readthedocs.io/en/latest/api.html#anyio.Event)
/// - [`trio` events](https://trio.readthedocs.io/en/latest/reference-core.html#trio.Event)
#[derive(ViolationMetadata)]
pub(crate) struct AsyncBusyWait {
module: AsyncModule,
Expand Down

0 comments on commit 04c887c

Please sign in to comment.