Skip to content

Commit

Permalink
adjust imports to fit standard
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Ben-Yehuda committed Jan 10, 2025
1 parent 8eedfd6 commit 1c6c605
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tokio/src/runtime/dump.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,9 @@ impl Trace {
///
/// Example usage:
/// ```
/// # use std::future::Future;
/// # use std::task::Poll;
///
/// # use tokio::runtime::dump::Trace;
/// use std::future::Future;
/// use std::task::Poll;
/// use tokio::runtime::dump::Trace;
///
/// # async fn test_fn() {
/// // some future
Expand Down

0 comments on commit 1c6c605

Please sign in to comment.