metaborg / rust-scopegraphs

Scope Graph Implementation in Rust
https://github.com/metaborg/rust-scopegraphs
MIT License
20 stars 0 forks source link

reduce trait bounds #11

Closed jdonszelmann closed 7 months ago

jdonszelmann commented 7 months ago

WARNING: merge #12 into this first, if you want to have a reference-based version again :)

AZWN commented 7 months ago

I see no #12 yet :)

jdonszelmann commented 7 months ago

correct, I'm making it rn :P

jdonszelmann commented 7 months ago

We now depend on my own custom version of prust. I essentially ran clippy and fmt on it, as well as adding a new method and removing the PartialEq bound from the stuct. I also made PRs to upstream those changes, so we can in the future depend on the version from crates.io again.

AZWN commented 7 months ago

Looks good to me as well. Agree with merging @jdonszelmann?

jdonszelmann commented 7 months ago

yes!