Skip to content

Commit 1dbc383

Browse files
committed
fix readme
1 parent 9caa350 commit 1dbc383

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,13 @@ the `kernel` crate. The [`sync`] module is a good starting point.
218218
[pinning]: https://doc.rust-lang.org/std/pin/index.html
219219
[structurally pinned fields]: https://doc.rust-lang.org/std/pin/index.html#pinning-is-structural-for-field
220220
[stack]: https://docs.rs/pin-init/latest/pin_init/macro.stack_pin_init.html
221-
[`Arc<T>`]: https://doc.rust-lang.org/stable/alloc/sync/struct.Arc.html
222-
[`Box<T>`]: https://doc.rust-lang.org/stable/alloc/boxed/struct.Box.html
223221
[`impl PinInit<Foo>`]: https://docs.rs/pin-init/latest/pin_init/trait.PinInit.html
224222
[`impl PinInit<T, E>`]: https://docs.rs/pin-init/latest/pin_init/trait.PinInit.html
225223
[`impl Init<T, E>`]: https://docs.rs/pin-init/latest/pin_init/trait.Init.html
226224
[Rust-for-Linux]: https://rust-for-linux.com/
227225

228226
<!-- cargo-rdme end -->
227+
228+
<!-- These links are not picked up by cargo-rdme, since they are behind cfgs... -->
229+
[`Arc<T>`]: https://doc.rust-lang.org/stable/alloc/sync/struct.Arc.html
230+
[`Box<T>`]: https://doc.rust-lang.org/stable/alloc/boxed/struct.Box.html

0 commit comments

Comments
 (0)