Jonathan Reyes

Results 2 issues of Jonathan Reyes

Thanks for such a great book! The prose mentioned a nonexistent `visitVariableStmt`. There's a `visitVarStmt` and a `visitVariableExpr`; from context I believe it referred to the former.

`uuid` has made a [major 1.0.0 release](https://github.com/uuid-rs/uuid/releases/tag/1.0.0) and subsequent releases up to 1.1.2. Depending on `dynomite` while trying to upgrade `uuid` results in errors due to multiple crate versions. ##...