rust-bitcoin-unsafe-fast/internals/src
Andrew Poelstra 4de3a64727
Merge rust-bitcoin/rust-bitcoin#2521: Remove link to std from rustdoc
e49a3c0bfe Remove link to std from rustdoc (Tobin C. Harding)

Pull request description:

  We can't link to `std::error::Error` in rustdoc because it breaks non-std builds. Just use backticks - this is not an optimal solution but I know no other.

  I have no clue why this is showing up now.

ACKs for top commit:
  apoelstra:
    ACK e49a3c0bfe
  sanket1729:
    ACK e49a3c0bfe

Tree-SHA512: 96c540aec59b1db7ad9b185d4ebf4e431dc2a4c9599e2e241b1948ca47995ffe88bf753bb63b01a35c9f82783231744bf8a2bdb89bfb95fbd9324172c4f9c608
2024-03-09 03:02:56 +00:00
..
error Remove link to std from rustdoc 2024-02-29 10:16:39 +11:00
array_vec.rs internals: Implement Default for ArrayVec 2024-02-28 13:19:43 +11: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 Implement infallible for errors 2024-03-08 16:48:34 +11: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