Drakulix / simplelog.rs

Simple Logging Facility for Rust
https://docs.rs/simplelog/
Apache License 2.0
414 stars 71 forks source link

Make time entirely optional #115

Open haileys opened 1 year ago

Drakulix commented 1 year ago

Hey, thanks for the PR!

Code seems fine, but rustfmt is unhappy. Would you mind to fix this, then I can include this feature in the next release. :)

haileys commented 1 year ago

Thanks for such a quick reply!! I've force pushed a new commit

Drakulix commented 1 year ago

Now one of the tests doing the "test"-feature in isolation is unfortunately unhappy. :grimacing:

I would also appreciate it, if you could adjust the ci.yml to run a new test for the feature you introduced in isolation.