Skip to content

Commit

Permalink
Update tokio/src/task/task_local.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Ryhl <aliceryhl@google.com>
  • Loading branch information
mox692 and Darksonn authored Feb 19, 2024
1 parent 1b3b2ff commit 15decdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tokio/src/task/task_local.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,7 @@ where
///
/// The function returns:
///
/// * `Some(T)` if the task local value exists, and unset the task local value
/// in the Future.
/// * `Some(T)` if the task local value exists.
/// * `None` if the task local value does not exist.
///
/// # Note
Expand Down

0 comments on commit 15decdb

Please sign in to comment.