mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-23 10:12:21 +03:00
fixes the random flying bug with duplicates
This commit is contained in:
parent
2cdf06f4c8
commit
89df5be18f
@ -90,7 +90,7 @@ impl fmt::Debug for Identifier {
|
||||
|
||||
impl PartialEq for Identifier {
|
||||
fn eq(&self, other: &Self) -> bool {
|
||||
self.name == other.name
|
||||
self.name == other.name && self.span == other.span
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user