elichai / log-derive

A procedural macro for auto logging output of functions
https://docs.rs/log-derive
Apache License 2.0
189 stars 12 forks source link

Minor cleanup #12

Closed TedDriggs closed 5 years ago

TedDriggs commented 5 years ago

A couple non-functional changes

elichai commented 5 years ago

I'm not a big fan of rust fmt default configurations. I might try and make a rustfmt.toml with the options that I like but for now I don't use it.

(e.g. Why would you limit yourself to max_width of 100 characters, when even a 720p display can get more in that. I would change it to ~120-140)

elichai commented 5 years ago

Seems to be no longer relevant. Thanks anyway.