mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
env: remove outdated comment (#9496)
This commit is contained in:
Vendored
-1
@@ -102,7 +102,6 @@ struct Options<'a> {
|
||||
}
|
||||
|
||||
/// print `name=value` env pairs on screen
|
||||
/// if null is true, separate pairs with a \0, \n otherwise
|
||||
fn print_env(line_ending: LineEnding) {
|
||||
let stdout_raw = io::stdout();
|
||||
let mut stdout = stdout_raw.lock();
|
||||
|
||||
Reference in New Issue
Block a user