]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #84551 - r00ster91:patch-4, r=yaahc
authorMara Bos <m-ou.se@m-ou.se>
Mon, 26 Apr 2021 19:06:48 +0000 (21:06 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Apr 2021 19:06:48 +0000 (21:06 +0200)
Unify the docs of std::env::{args_os, args} more

I noticed that `args_os` was missing some information and I thought it should mention `args` for when you want more safety just like how `args` mentions `args_os` if you don't want it to panic on invalid Unicode.


Trivial merge