From b8da17d925e25d36cf30afd456af3cb70a2aa357 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 27 Nov 2025 20:37:14 +0100 Subject: [PATCH] env: remove outdated comment (#9496) --- src/uu/env/src/env.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uu/env/src/env.rs b/src/uu/env/src/env.rs index fbd233105..da0daf80c 100644 --- a/src/uu/env/src/env.rs +++ b/src/uu/env/src/env.rs @@ -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();