fail-rs icon indicating copy to clipboard operation
fail-rs copied to clipboard

"Put test cases exercising fail points into their own test crate" — is 'crate' right?

Open 8573 opened this issue 5 years ago • 1 comments

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"?

8573 avatar Apr 12 '20 01:04 8573

I think you are correct. What do you think? /cc @brson?

BusyJay avatar Apr 22 '20 04:04 BusyJay