We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c252f0d commit 5618c8eCopy full SHA for 5618c8e
library/std/src/env.rs
@@ -242,7 +242,6 @@ fn _var(key: &OsStr) -> Result<String, VarError> {
242
/// - the environment variable's name contains
243
/// the equal sign character (`=`) or the NUL character
244
///
245
-/// If this is not desired, consider using [`var_os`].
246
247
/// Note that the method will not check if the environment variable
248
/// is valid Unicode. If you want to have an error on invalid UTF-8,
0 commit comments