env: remove outdated comment (#9496)

This commit is contained in:
Daniel Hofstetter 2025-11-27 20:37:14 +01:00 committed by GitHub
parent 4db2d248e1
commit b8da17d925
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();