mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 14:31:55 +00:00
Remove redundant empty line
one is enough
This commit is contained in:
parent
5618c8efd7
commit
a450557a54
@ -242,7 +242,6 @@ fn _var(key: &OsStr) -> Result<String, VarError> {
|
|||||||
/// - the environment variable's name contains
|
/// - the environment variable's name contains
|
||||||
/// the equal sign character (`=`) or the NUL character
|
/// the equal sign character (`=`) or the NUL character
|
||||||
///
|
///
|
||||||
///
|
|
||||||
/// Note that the method will not check if the environment variable
|
/// 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,
|
/// is valid Unicode. If you want to have an error on invalid UTF-8,
|
||||||
/// use the [`var`] function instead.
|
/// use the [`var`] function instead.
|
||||||
|
Loading…
Reference in New Issue
Block a user