This repository was archived by the owner on Jan 18, 2025. It is now read-only.
0.2.2
- Update documentation to recommend using
#![cfg_attr(all(coverage_nightly, test), feature(coverage_attribute))]instead of#![cfg_attr(coverage_nightly, feature(coverage_attribute))].