File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -218,11 +218,13 @@ the `kernel` crate. The [`sync`] module is a good starting point.
218
218
[ pinning ] : https://doc.rust-lang.org/std/pin/index.html
219
219
[ structurally pinned fields ] : https://doc.rust-lang.org/std/pin/index.html#pinning-is-structural-for-field
220
220
[ 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
223
221
[ `impl PinInit<Foo>` ] : https://docs.rs/pin-init/latest/pin_init/trait.PinInit.html
224
222
[ `impl PinInit<T, E>` ] : https://docs.rs/pin-init/latest/pin_init/trait.PinInit.html
225
223
[ `impl Init<T, E>` ] : https://docs.rs/pin-init/latest/pin_init/trait.Init.html
226
224
[ Rust-for-Linux ] : https://rust-for-linux.com/
227
225
228
226
<!-- 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
You can’t perform that action at this time.
0 commit comments