Skip to content

Commit

Permalink
Update tokio/src/sync/semaphore.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Ryhl <[email protected]>
  • Loading branch information
alexanderkirilin and Darksonn authored Sep 6, 2023
1 parent 9180840 commit e18f86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/sync/semaphore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ use std::sync::Arc;
/// ```no_run
/// use std::sync::Arc;
/// use tokio::sync::Semaphore;
/// use tokio::net::{TcpListener, TcpStream};
/// use tokio::net::TcpListener;
///
/// #[tokio::main]
/// async fn main() -> std::io::Result<()> {
Expand Down

0 comments on commit e18f86c

Please sign in to comment.