Bug 1687945 [wpt PR 27273] - [resources] Fix conftest.py for pytest>6, a=testonly
[gecko.git] / third_party / rust / new_debug_unreachable / README.md
blob28ff761b143a3e5939c32389f4a2a7e86aebdd66
1 # new_debug_unreachable
3 > unreachable!() in debug, std::intrinsics::unreachable() in release.
5 This is a fork of [`debug_unreachable`](https://crates.io/crates/debug_unreachable).
7 ## [Documentation](https://docs.rs/new_debug_unreachable)
9 ## Usage
11 Use the crates.io repository; add this to your `Cargo.toml` along
12 with the rest of your dependencies:
14 ```toml
15 [dependencies]
16 new_debug_unreachable = "1.0"
17 ```
19 ## Author
21 [Jonathan Reem](https://medium.com/@jreem) is the original author of debug-unreachable.
23 [Matt Brubeck](https://limpet.net/mbrubeck/) is the maintainer of this fork.
25 ## License
27 MIT