rust/src/libstd/sys/unix/process
Matthias Krüger 7be94a8a95 don't use .into() to convert types into identical types.
example:
    let s: String = format!("hello").into();
2020-02-27 23:32:46 +01:00
..
mod.rs Fix ExitStatus on Fuchsia 2019-09-25 15:26:42 -07:00
process_common.rs don't use .into() to convert types into identical types. 2020-02-27 23:32:46 +01:00
process_fuchsia.rs Format libstd/sys with rustfmt 2019-11-29 18:37:58 -08:00
process_unix.rs Use drop instead of the toilet closure |_| () 2020-01-02 08:56:12 +00:00
zircon.rs Format libstd/sys with rustfmt 2019-11-29 18:37:58 -08:00