Update MSRV to 1.85 and toolchain to 1.87 (#18126)
This commit is contained in:
@@ -594,7 +594,7 @@ impl PythonHomePath {
|
||||
system
|
||||
.is_directory(&canonicalized)
|
||||
.then_some(Self(canonicalized))
|
||||
.ok_or_else(|| io::Error::new(io::ErrorKind::Other, "not a directory"))
|
||||
.ok_or_else(|| io::Error::other("not a directory"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -5034,7 +5034,6 @@ impl<'db> Type<'db> {
|
||||
/// Note that this does not specialize generic classes, functions, or type aliases! That is a
|
||||
/// different operation that is performed explicitly (via a subscript operation), or implicitly
|
||||
/// via a call to the generic object.
|
||||
#[must_use]
|
||||
#[salsa::tracked]
|
||||
pub fn apply_specialization(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user