Update Rust toolchain to 1.89 (#19807)

This commit is contained in:
Micha Reiser
2025-08-07 18:21:50 +02:00
committed by GitHub
parent b22586fa0e
commit 7dfde3b929
101 changed files with 234 additions and 200 deletions

View File

@@ -18,7 +18,7 @@ impl<'a> NodeRefEqualityKey<'a> {
}
/// Returns the underlying node.
pub(super) fn node(&self) -> AnyNodeRef {
pub(super) fn node(&self) -> AnyNodeRef<'_> {
self.node
}
}