hawkw / sharded-slab

a lock-free concurrent slab (experimental)
MIT License
273 stars 19 forks source link

Nitpick: broken link in https://docs.rs/sharded-slab landing page. #96

Closed vcfxb closed 2 months ago

vcfxb commented 7 months ago

The docs.rs page references the Slab type at https://docs.rs/sharded-slab/0.1.7/src/sharded_slab/lib.rs.html#19 but this actually brings me to the loom crate (I suspect due to slab being linked to the crate at https://docs.rs/sharded-slab/0.1.7/src/sharded_slab/lib.rs.html#137).

hawkw commented 7 months ago

Whoops, thanks for the report. We should fix that!

vcfxb commented 2 months ago

Closing, as this is fixed by #70 I believe.