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.
1 parent 1919b3f commit 1778f30Copy full SHA for 1778f30
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