We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4321cb + 43b60e3 commit 7a841c8Copy full SHA for 7a841c8
std/src/env.rs
@@ -752,7 +752,7 @@ pub fn args() -> Args {
752
/// does on macOS and Windows.
753
///
754
/// Note that the returned iterator will not check if the arguments to the
755
-/// process are valid Unicode. To ensure UTF-8 validity,
+/// process are valid Unicode. If you want to panic on invalid UTF-8,
756
/// use the [`args`] function instead.
757
758
/// # Examples
0 commit comments