1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-11-23 21:54:45 +02:00

cli: tweak docs for resolve_binary

Fixes #2928
This commit is contained in:
Andrew Gallant
2025-09-22 21:38:08 -04:00
parent 1b07c6616a
commit 6e77339f30

View File

@@ -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<P: AsRef<Path>>(
prog: P,