rust-bitcoin-unsafe-fast/io/src
Tobin C. Harding 1e503a8d3b
Remove deprecated std::error::Error trait method impls
The `description` method was deprecated in Rust `v1.42`. The `cause`
method was deprecated in Rust `v1.33`. Our MSRV is now Rust `v1.63`.

We do not need to implement the deprecated functions any longer.

Fix: #3869
2025-01-17 13:40:11 +11:00
..
bridge.rs Change all occurrences of "IO" to "I/O" 2025-01-07 12:37:47 +00:00
error.rs Remove deprecated std::error::Error trait method impls 2025-01-17 13:40:11 +11:00
lib.rs Make Cursor methods const 2025-01-16 13:35:25 +11:00
macros.rs io: Remove blanket trait impls 2024-02-11 06:46:27 +11:00