]> git.lizzy.rs Git - rust.git/commit
Improve documentation on process::Child.std* fields
authorJonas Berlin <xkr47@outerspace.dyndns.org>
Thu, 9 Jul 2020 18:18:06 +0000 (21:18 +0300)
committerMark Rousskov <mark.simulacrum@gmail.com>
Fri, 14 Aug 2020 12:25:45 +0000 (08:25 -0400)
commit90e4c905d352dc5c5de71af717200c879fec88f7
tree5a8255d0817d27b0bf8301919dea850d5bf3a742
parent81dc88f88f92ba8ad7465f9cba10c12d3a7b70f1
Improve documentation on process::Child.std* fields

As a relative beginner, it took a while for me to figure out I could just steal the references to avoid partially moving the child and thus retain ability to call functions on it (and store it in structs etc).
library/std/src/process.rs