mirror of
https://github.com/RGBCube/cstree
synced 2025-07-29 18:17:44 +00:00
implement Hash and Eq for ResolvedNode and ResolvedToken. (#63)
These simply forward to the impls for SyntaxNode and SyntaxToken respectivly.
This commit is contained in:
parent
1babdb03ee
commit
1080120348
2 changed files with 29 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
|
||||
* Implement `Hash` and `Eq` for `ResolvedNode` and `ResolvedToken`
|
||||
|
||||
## `v0.12.0`
|
||||
|
||||
* Documentation has been improved in most areas, together with a switch to a more principled module structure that allows explicitly documenting submodules.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue