Expand description
This is a supporting library for the cargo-is-tested. There is no interest in this crate unless the cargo-is-tested crate is being used.
Attribute Macros§
- is_
not_ tested - The is_not_tested attribute is the helper function for the
cargo-is-testedcrate. It serves as a marker, to declare that an item not being tested is by design. If you’re not using thecargo-is-testedbinary, this attribute is totally useless.