Skip to content

fix: wait_with_output forget to close stdin (#172) #404

fix: wait_with_output forget to close stdin (#172)

fix: wait_with_output forget to close stdin (#172) #404

Triggered via push November 27, 2024 09:40
Status Success
Total duration 59s
Artifacts

os-check.yml

on: push
Matrix: os-check
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.1/src/macros/try_join.rs#L153
warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0` --> src/child.rs:175:32 | 175 | let (stdout, stderr) = try_join!(stdout_read, stderr_read)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv = note: `#[warn(clippy::incompatible_msrv)]` on by default = note: this warning originates in the macro `$crate::try_join` which comes from the expansion of the macro `try_join` (in Nightly builds, run with -Z macro-backtrace for more info)
the following explicit lifetimes could be elided: 'a: src/port_forwarding.rs#L145
warning: the following explicit lifetimes could be elided: 'a --> src/port_forwarding.rs:145:6 | 145 | impl<'a> fmt::Display for Socket<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 145 - impl<'a> fmt::Display for Socket<'a> { 145 + impl fmt::Display for Socket<'_> { |
current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.1/src/macros/try_join.rs#L153
warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0` --> src/child.rs:175:32 | 175 | let (stdout, stderr) = try_join!(stdout_read, stderr_read)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv = note: `#[warn(clippy::incompatible_msrv)]` on by default = note: this warning originates in the macro `$crate::try_join` which comes from the expansion of the macro `try_join` (in Nightly builds, run with -Z macro-backtrace for more info)