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