-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Move crate specific Verbosity impl to modules
Moves the crate specific `impl Verbosity` blocks to the module rather than feature flagging each method Simplifies the tests so that the tests for which Filter is returned is in lib.rs rather than repeated, while the crate specific modules just check that the right conversion happens. Adds a derived Default impl to each of the LogLevel impls so that `Verbosity::default()` usefully compiles
- Loading branch information
Showing
3 changed files
with
273 additions
and
405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.