|
6 | 6 | //! [`ndd::NonDeDuplicatedStr`]: crate::NonDeDuplicatedStr |
7 | 7 | //! [`ndd::NonDeDuplicatedCStr`]: crate::NonDeDuplicatedCStr |
8 | 8 | //! [`src/lib.rs`]: https://github.com/peter-lyons-kehl/ndd/blob/main/src/lib.rs |
9 | | -//! [`demo_fix/callee/src/lib.rs`]: https://github.com/peter-lyons-kehl/ndd/blob/main/demo_fix/callee/src/lib.rs |
| 9 | +//! [`demo_fix/callee/src/lib.rs`]: |
| 10 | +//! https://github.com/peter-lyons-kehl/ndd/blob/main/demo_fix/callee/src/lib.rs |
10 | 11 | //! [`core::ptr::eq`]: core::ptr::eq |
11 | 12 | //! [`core::ptr::addr_eq`]: core::ptr::addr_eq |
12 | | -//! [`src/lib.rs` -> `tests_without_ndd` -> `addresses_unique_between_statics()`]: https://github.com/peter-lyons-kehl/ndd/blob/main/src/lib.rs#L269 |
| 13 | +//! [`src/lib.rs` -> `tests_without_ndd` -> `addresses_unique_between_statics()`]: |
| 14 | +//! https://github.com/peter-lyons-kehl/ndd/blob/main/src/lib.rs#L269 |
13 | 15 | //! [`demo_bug/`]: https://github.com/peter-lyons-kehl/ndd/tree/main/demo_bug |
14 | 16 | //! [`core::cell::Cell`]: core::cell::Cell |
15 | 17 | //! [`core::marker::Sync`]: core::marker::Sync |
16 | 18 | //! [`core::marker::Send`]: core::marker::Send |
17 | 19 | //! [`std::sync::Mutex`]: std::sync::Mutex#impl-Sync-for-Mutex<T> |
18 | | -//! [`src/lib.rs` -> `tests_with_ndd`]: https://github.com/peter-lyons-kehl/ndd/blob/main/src/lib.rs#L355 |
| 20 | +//! [`src/lib.rs` -> `tests_with_ndd`]: |
| 21 | +//! https://github.com/peter-lyons-kehl/ndd/blob/main/src/lib.rs#L355 |
19 | 22 | //! [`alloc`]: alloc |
20 | 23 | //! [`core::ops::Drop`]: core::ops::Drop |
21 | 24 | //! [`pre-commit`]: https://github.com/peter-lyons-kehl/ndd/blob/main/pre-commit |
|
28 | 31 | //! [`demo_bug/non_lto`]: https://github.com/peter-lyons-kehl/ndd/tree/main/demo_bug/non_lto/ |
29 | 32 | //! [`demo_bug/fat_lto`]: https://github.com/peter-lyons-kehl/ndd/tree/main/demo_bug/fat_lto/ |
30 | 33 | //! [`demo_fix/fat_lto`]: https://github.com/peter-lyons-kehl/ndd/tree/main/demo_fix/fat_lto/ |
31 | | -//! [`non_dedup.sh`]: https://github.com/peter-lyons-kehl/ndd/blob/main/demo_shared_scripts//non_dedup.sh |
32 | | -//! [`dedup_out.sh`]: https://github.com/peter-lyons-kehl/ndd/blob/main/demo_shared_scripts//dedup_out.sh |
| 34 | +//! [`non_dedup.sh`]: |
| 35 | +//! https://github.com/peter-lyons-kehl/ndd/blob/main/demo_shared_scripts/non_dedup.sh |
| 36 | +//! [`dedup_out.sh`]: |
| 37 | +//! https://github.com/peter-lyons-kehl/ndd/blob/main/demo_shared_scripts/dedup_out.sh |
33 | 38 | //! [`liter_str`]: https://github.com/peter-lyons-kehl/ndd/blob/main/demo_shared_src/liter_str.rs |
34 | 39 | //! [`const_str`]: https://github.com/peter-lyons-kehl/ndd/blob/main/demo_shared_src/const_str.rs |
35 | 40 | //! [`const_opt`]: https://github.com/peter-lyons-kehl/ndd/blob/main/demo_shared_src/const_opt.rs |
|
0 commit comments