]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #86803 - xfix:remove-unnecessary-ampersand-from-command-args-calls...
authorYuki Okushi <jtitor@2k36.org>
Fri, 2 Jul 2021 18:15:12 +0000 (03:15 +0900)
committerGitHub <noreply@github.com>
Fri, 2 Jul 2021 18:15:12 +0000 (03:15 +0900)
commit61073404830412169c20cc48f49fff34aa4bbc9f
tree62628e3e8e4c2dea7634635a2302cb0182b49ce9
parentf6ef2c8cbed2c119a2b7cc81baee52a4256b09bf
parent18715c0753701df29a91c1bf7fb2d010a2a92cd5
Rollup merge of #86803 - xfix:remove-unnecessary-ampersand-from-command-args-calls, r=joshtriplett

Remove & from Command::args calls in documentation

Now that arrays implement `IntoIterator`, using `&` is no longer necessary. This makes examples easier to understand.
library/std/src/process.rs