rust-bitcoin-unsafe-fast/internals/src
Tobin C. Harding ba1166a63b
Make crate level attributes uniform
Make the trait level attributes uniform across all released crates in
the repo. Excludes things that are obviously not needed, eg, bench stuff
if there is not bench code.

- Remove `uninhabited_references` - this is allow by default now.
- Remove `unconditional_recursion` and mark the single false positive we
  have with an `allow`.

Note, this does not add `missing_docs` to the `io` crate. There is an
open PR at the moment to add that along with the required docs.
2024-01-31 11:32:46 +11:00
..
error Add bitcoin-units crate 2023-12-11 08:52:31 +11:00
array_vec.rs 2023-12-17 automated rustfmt nightly 2023-12-17 00:59:05 +00:00
const_tools.rs Add tools that help with making code `const` 2023-12-15 01:37:33 +01:00
error.rs Remove impl_std_error macro 2023-10-04 15:15:34 +11:00
lib.rs Make crate level attributes uniform 2024-01-31 11:32:46 +11:00
macros.rs Use full path in all macro usage of Result 2024-01-18 13:20:19 +00:00
parse.rs Use full path in all macro usage of Result 2024-01-18 19:11:01 +01:00
serde.rs Bump MSRV to Rust version 1.56.1 2023-11-23 06:20:02 +11:00