Skip to content

Commit ac49502

Browse files
0.2.11 (stable): re-wrap of doc links for rustdoc and docs.rs
1 parent d62efc4 commit ac49502

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

src/lib.rs

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@
66
//! [`ndd::NonDeDuplicatedStr`]: crate::NonDeDuplicatedStr
77
//! [`ndd::NonDeDuplicatedCStr`]: crate::NonDeDuplicatedCStr
88
//! [`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
1011
//! [`core::ptr::eq`]: core::ptr::eq
1112
//! [`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
1315
//! [`demo_bug/`]: https://github.com/peter-lyons-kehl/ndd/tree/main/demo_bug
1416
//! [`core::cell::Cell`]: core::cell::Cell
1517
//! [`core::marker::Sync`]: core::marker::Sync
1618
//! [`core::marker::Send`]: core::marker::Send
1719
//! [`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
1922
//! [`alloc`]: alloc
2023
//! [`core::ops::Drop`]: core::ops::Drop
2124
//! [`pre-commit`]: https://github.com/peter-lyons-kehl/ndd/blob/main/pre-commit
@@ -28,8 +31,10 @@
2831
//! [`demo_bug/non_lto`]: https://github.com/peter-lyons-kehl/ndd/tree/main/demo_bug/non_lto/
2932
//! [`demo_bug/fat_lto`]: https://github.com/peter-lyons-kehl/ndd/tree/main/demo_bug/fat_lto/
3033
//! [`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
3338
//! [`liter_str`]: https://github.com/peter-lyons-kehl/ndd/blob/main/demo_shared_src/liter_str.rs
3439
//! [`const_str`]: https://github.com/peter-lyons-kehl/ndd/blob/main/demo_shared_src/const_str.rs
3540
//! [`const_opt`]: https://github.com/peter-lyons-kehl/ndd/blob/main/demo_shared_src/const_opt.rs

0 commit comments

Comments
 (0)