We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df0cf5 commit 518fd27Copy full SHA for 518fd27
gix-path/src/env/git.rs
@@ -195,10 +195,6 @@ mod tests {
195
/// programs use the same program files directory while 32-bit x86 and ARM programs use two
196
/// others. Only a 32-bit has no 64-bit program files directory.
197
maybe_pf_64bit: Result<PathBuf, std::io::Error>,
198
- // While
199
- // KnownFolder::ProgramFilesX64 exists, it's unfortunately unavailable to 32-bit
200
- // processes; see
201
- // https://learn.microsoft.com/en-us/windows/win32/shell/knownfolderid#remarks.
202
}
203
204
impl PathsByRole {
0 commit comments