rust/library/core
Matt Brubeck 1c64fd3be8 Add links from assert_eq! docs to debug_assert_eq!, etc.
This adds information and links from the docs for the following macros to their debug-only versions:

* `assert_eq!`
* `assert_ne!`
* `assert_matches!`

This matches the existing documentation for the `assert!` macro.
2024-07-26 12:17:10 -07:00
..
benches Write char::DebugEscape sequences using write_str 2024-05-20 10:04:44 +02:00
src Add links from assert_eq! docs to debug_assert_eq!, etc. 2024-07-26 12:17:10 -07:00
tests CStr: derive PartialEq, Eq; add test for Ord 2024-07-25 14:18:40 +03:00
Cargo.toml Cleanup bootstrap check-cfg 2024-06-27 11:30:03 +02:00