- https://tebibyte.media/~emma
-
fae/faer
- Joined on
2022-02-27
Block a user
Formatting
I dislike this name because the type doesn’t only include options. The CalcType name is inherited from the library from which i forked this code.
Formatting
Assigning multiple bindings to avoid consecutive dereferences is in the spirit of this rule and is also enforced by the Rust compiler with lifetimes.
Formatting
If I make the Ok()
arm match only Ok("d")
, then I have to add Ok(_)
to the existing Err arm or the Rust compiler will not compile the program.