rust-bitcoin-unsafe-fast/internals/src
Tobin C. Harding afa4e1ed56
Remove unnecessary lifetime
Found by rustc, after update to recent nightly version to
`nightly-2024-10-06`.
2024-10-10 10:18:49 +11:00
..
error Remove unnecessary lifetime 2024-10-10 10:18:49 +11:00
array_vec.rs Add unit test for ArrayVec::extend_from_slice 2024-08-30 09:14:43 +10:00
compact_size.rs Replace VarInt type with ReadExt and WriteExt functions 2024-09-25 06:56:09 +10:00
const_tools.rs Refactor Rust version checking 2024-08-19 15:21:01 +02:00
error.rs Removed //! spare line at end of headers 2024-05-22 12:23:57 +01:00
lib.rs Allow unused in `macros.rs` docs 2024-09-18 16:38:19 +01:00
macros.rs Allow unused in `macros.rs` docs 2024-09-18 16:38:19 +01:00
parse.rs clippy: change accidental doccomments into correct comments 2024-09-30 12:30:57 +00:00
script.rs Re-write (and re-name) read_uint_iter 2024-09-09 06:31:39 +10:00
serde.rs Change `T::from_str(s)` to `s.parse::<T>()` 2024-08-27 17:31:00 +01:00