Upgrade Rust toolchain to 1.84.0 (#10533)

## Summary
Upgrade the rust toolchain to 1.84.0. This PR does not bump the MSRV.
This commit is contained in:
samypr100
2025-01-11 22:19:33 -05:00
committed by GitHub
parent 051aaa5fe5
commit 4d3809cc6b
27 changed files with 65 additions and 64 deletions
+1 -1
View File
@@ -1154,7 +1154,7 @@ pub(crate) fn is_windows_store_shim(path: &Path) -> bool {
component.starts_with("python")
&& std::path::Path::new(component)
.extension()
.map_or(false, |ext| ext.eq_ignore_ascii_case("exe"))
.is_some_and(|ext| ext.eq_ignore_ascii_case("exe"))
})
{
return false;