mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
upgrade: Rust 1.49.0 (#8955)
This commit is contained in:
parent
88855b5d95
commit
41a4a34aee
5 changed files with 15 additions and 13 deletions
|
@ -334,7 +334,7 @@ mod internal {
|
|||
|
||||
impl PartialEq for Node {
|
||||
fn eq(&self, other: &Self) -> bool {
|
||||
self as *const _ == other as *const _
|
||||
std::ptr::eq(self, other)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue