emabee / flexi_logger

A flexible logger for rust programs that can write to stderr, stdout, and/or to log files
Apache License 2.0
307 stars 50 forks source link

Fix errors on linux #91

Closed HEnquist closed 3 years ago

HEnquist commented 3 years ago

Oops I copy-pasted the ci config too fast, it says "test" in a few places where it should say "check". But also running the tests is probably a good idea. Now it failed because clippy isn't happy about some documentation.

HEnquist commented 3 years ago

Passed! Clippy only runs on Linux now, it should probably run on all platforms.