rust-bitcoin-unsafe-fast/base58/src
Tobin C. Harding e68da281ff
Warn on future deprecations
We use `TBD` in our `deprecated` string and it was discovered that there
is an exception on this string so as not to warn because it is used
internally by the Rust language. However there is a special lint to
enable warnings, lets use it.

Add `#![warn(deprecated_in_future)]` to the coding conventions section
of all crates except `fuzz`.
2024-10-15 07:56:06 +11:00
..
error.rs 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
lib.rs Warn on future deprecations 2024-10-15 07:56:06 +11:00