tikv / fail-rs

Fail points for rust
Apache License 2.0
332 stars 39 forks source link

default to injecting crate name in failpoints #69

Open cgwalters opened 1 year ago

cgwalters commented 1 year ago

I think we should consider defaulting to injecting the crate name in fail_point!. Otherwise it's just too likely to have clashes if this crate is used by library crates for example.

This would need to happen at the next semver break.