Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jan 31, 2021
1 parent 413159c commit 1f64e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokio-macros/src/lib.rs
Expand Up @@ -251,8 +251,8 @@ pub fn main_rt(args: TokenStream, item: TokenStream) -> TokenStream {
///
/// ### Configure the runtime to start with time paused
///
/// ```rust
/// #[tokio::main(start_paused = true)]
/// ```no_run
/// #[tokio::test(start_paused = true)]
/// async fn main() {
/// println!("Hello world");
/// }
Expand Down

0 comments on commit 1f64e21

Please sign in to comment.