remove self-reference in var_os doc
Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
This commit is contained in:
parent
c252f0d404
commit
5618c8efd7
1 changed files with 0 additions and 1 deletions
|
@ -242,7 +242,6 @@ fn _var(key: &OsStr) -> Result<String, VarError> {
|
|||
/// - the environment variable's name contains
|
||||
/// the equal sign character (`=`) or the NUL character
|
||||
///
|
||||
/// If this is not desired, consider using [`var_os`].
|
||||
///
|
||||
/// Note that the method will not check if the environment variable
|
||||
/// is valid Unicode. If you want to have an error on invalid UTF-8,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue