1
Fork 0
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:
Alona Enraght-Moony 2024-08-21 16:47:47 +01:00 committed by GitHub
parent 1babdb03ee
commit 1080120348
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 29 additions and 0 deletions

View file

@ -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.