From 6e77339f30bd4eeaa3980a3256f57e81ec579302 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 22 Sep 2025 21:38:08 -0400 Subject: [PATCH] cli: tweak docs for `resolve_binary` Fixes #2928 --- crates/cli/src/decompress.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/cli/src/decompress.rs b/crates/cli/src/decompress.rs index 0bfc93e6..3616a38f 100644 --- a/crates/cli/src/decompress.rs +++ b/crates/cli/src/decompress.rs @@ -414,6 +414,8 @@ impl io::Read for DecompressionReader { /// relative path. We permit this since it is assumed that the user has set /// this explicitly, and thus, desires this behavior. /// +/// # Platform behavior +/// /// On non-Windows, this is a no-op. pub fn resolve_binary>( prog: P,