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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user