Skip to content

Commit

Permalink
Don't run tests which fail to compile
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Ryhl <alice@ryhl.io>
  • Loading branch information
JOT85 and Darksonn committed Jan 16, 2021
1 parent 0eeb3e7 commit 5caea6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tokio/src/process/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,8 @@ pub struct Child {
/// yourself from calling functions on `child` while using `stdin`, you might
/// find it helpful to do:
///
/// ```compile_fail,E0425
/// ```no_run
/// # let child: tokio::process::Child = unreachable!();
/// let stdin = child.stdin.take().unwrap();
/// ```
pub stdin: Option<ChildStdin>,
Expand Down

0 comments on commit 5caea6a

Please sign in to comment.