Closed jplatte closed 2 years ago
That was the last force-push, testing whether existing where
clauses or duplicate Clone
predicates cause any issues (they don't seem to!).
We should make sure we use the same versions, so users don't have to build them twice.
Cargo.toml dep versions aren't exact by degault. Virtually everything uses syn & quote 1.x.y, so only one will be compiled.
We should make sure we use the same versions, so users don't have to build them twice.
Cargo.toml dep versions aren't exact by degault. Virtually everything uses syn & quote 1.x.y, so only one will be compiled.
Yes sorry was more just thinking out loud. I don't expect it to be an issue.
Fixed the panic message and did some other refactorings, ready for another review :)
This is awesome! @jplatte, thank you so much :)
@Maan2003 can this be merged? :)
Sure!
cc @xarvic 🙂