Skip to content

Commit b8da17d

Browse files
authored
env: remove outdated comment (#9496)
1 parent 4db2d24 commit b8da17d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/uu/env/src/env.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ struct Options<'a> {
102102
}
103103

104104
/// print `name=value` env pairs on screen
105-
/// if null is true, separate pairs with a \0, \n otherwise
106105
fn print_env(line_ending: LineEnding) {
107106
let stdout_raw = io::stdout();
108107
let mut stdout = stdout_raw.lock();

0 commit comments

Comments
 (0)