fail-rs
fail-rs copied to clipboard
"Put test cases exercising fail points into their own test crate" — is 'crate' right?
The fail crate's crate-level doc-comment first says—
https://github.com/tikv/fail-rs/blob/2cf1175a1a5cc2c70bd20ebd45313afd69b558fc/src/lib.rs#L107-L108
—and then later says—
https://github.com/tikv/fail-rs/blob/2cf1175a1a5cc2c70bd20ebd45313afd69b558fc/src/lib.rs#L219-L220
Should the latter advice say "binary" rather than "crate"?
I think you are correct. What do you think? /cc @brson?