Skip to content

Put feature tests behind a `cfg` block

Latest
Compare
Choose a tag to compare
@stevenliebregt stevenliebregt released this 18 Jan 08:11
ec07669

Puts the tests that depend on the log feature behind a cfg(feature = "log") so you can run tests without specifying features.