chore: fix warning from new Rust version (#3647)

This commit is contained in:
Alice Ryhl
2021-03-26 19:22:43 +09:00
committed by GitHub
parent 0dc4769708
commit 724ba348d1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -479,7 +479,7 @@ impl Command {
/// Basic usage:
///
/// ```no_run
/// use tokio::process::Command;;
/// use tokio::process::Command;
/// use std::process::Stdio;
///
/// let command = Command::new("ls")
@@ -503,7 +503,7 @@ impl Command {
/// Basic usage:
///
/// ```no_run
/// use tokio::process::Command;;
/// use tokio::process::Command;
/// use std::process::{Stdio};
///
/// let command = Command::new("ls")