Closed vcfxb closed 2 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).
Slab
loom
slab
Whoops, thanks for the report. We should fix that!
Closing, as this is fixed by #70 I believe.
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 theloom
crate (I suspect due toslab
being linked to the crate at https://docs.rs/sharded-slab/0.1.7/src/sharded_slab/lib.rs.html#137).