]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #53264 - Havvy:patch-3, r=GuillaumeGomez
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Sun, 12 Aug 2018 21:27:01 +0000 (23:27 +0200)
committerGitHub <noreply@github.com>
Sun, 12 Aug 2018 21:27:01 +0000 (23:27 +0200)
commit17d4bd0c0beb6619bb60d76e088321a897ff8128
treec8b0b171cf9ffd6bda15a0b1062899a6d0fbaa2f
parentb0d7f91c4e15b8d5da71d4dd32917973c130af19
parent0070b46626407f2e815993d46aef2b2637c2a4ed
Rollup merge of #53264 - Havvy:patch-3, r=GuillaumeGomez

Show that Command can be reused and remodified

The prior documentation did not make it clear this was possible.

I wanted to make the `list_dir` example work on Windows, but I don't know if passing "/" will error or show the root of the current volume (e.g. `C:`).

r? @GuillaumeGomez