GregoryConrad / rearch-rs

Re-imagined approach to application design and architecture
https://crates.io/crates/rearch
MIT License
81 stars 4 forks source link

style: switch instances of `allow` to `expect` #59

Closed GregoryConrad closed 3 weeks ago

GregoryConrad commented 2 months ago

Fixes #58

GregoryConrad commented 2 months ago

Note to future self:

This will fail for the next couple months (until Rust 1.81 stable is released). At that point, rerun the CI here and it should be green. Or maybe not, which means we need to update the MSRV to 1.81 (in Cargo.toml, README, GitHub ci files).