fermyon / bartholomew

The Micro-CMS for WebAssembly and Spin
https://bartholomew.fermyon.dev/
Apache License 2.0
413 stars 50 forks source link

fix(src): address clippy errors #156

Closed vdice closed 1 year ago

vdice commented 1 year ago

Addresses some clippy errors that arose from an unrelated PR (didn't touch src), presumably inherited with the most recent rust version pulled in on GH action setup.

Do we want to pin to a certain rust_version in Cargo.toml and/or in the GH action?