mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
env: remove outdated comment (#9496)
This commit is contained in:
parent
4db2d248e1
commit
b8da17d925
1 changed files with 0 additions and 1 deletions
1
src/uu/env/src/env.rs
vendored
1
src/uu/env/src/env.rs
vendored
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue