- https://tebibyte.media/~emma
-
fae/faer
- Joined on
2022-02-27
Block a user
6a5739ea9d
Merge branch 'dj-formatting'
6bbccb3776
fop(1): fix minor optind bug, add some comments
fd13a7f189
swab(1): fix imports to be consistent
6c2b7b68fd
dj(1): more better comments
8d23c7fbac
dj(1): better ASV formatting and comments
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.
d2ae35eac9
fop(1): fixes glaring issue with newline handling
0f121cbac7
fop(1): more descriptive command arguments variable name
09193a14d5
fop(1): fixes unhandled i/o error
d5d13b84a7
STYLE: repition & Kernighan quote
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.