Update Rust toolchain to 1.89 (#19807)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user