Skip to content

Commit 5618c8e

Browse files
remove self-reference in var_os doc
Co-authored-by: León Orell Valerian Liehr <[email protected]>
1 parent c252f0d commit 5618c8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/std/src/env.rs

-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ fn _var(key: &OsStr) -> Result<String, VarError> {
242242
/// - the environment variable's name contains
243243
/// the equal sign character (`=`) or the NUL character
244244
///
245-
/// If this is not desired, consider using [`var_os`].
246245
///
247246
/// Note that the method will not check if the environment variable
248247
/// is valid Unicode. If you want to have an error on invalid UTF-8,

0 commit comments

Comments
 (0)