Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit a450557

Browse files
Remove redundant empty line
one is enough
1 parent 5618c8e commit a450557

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/std/src/env.rs

Lines changed: 0 additions & 1 deletion
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-
///
246245
/// Note that the method will not check if the environment variable
247246
/// is valid Unicode. If you want to have an error on invalid UTF-8,
248247
/// use the [`var`] function instead.

0 commit comments

Comments
 (0)