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 35eac42 + 1778f30 commit 0e72e0fCopy full SHA for 0e72e0f
library/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