GregoryConrad / rearch-rs

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

Switch instances of `allow` to `expect` and add `reason`s in all areas #58

Closed GregoryConrad closed 3 weeks ago

GregoryConrad commented 3 months ago

See https://rust-lang.github.io/rfcs/2383-lint-reasons.html

Side note: I wonder if we can change our root Cargo.toml to use something like expect too, although I doubt it.