xacrimon / dashmap

Blazing fast concurrent HashMap for Rust.
MIT License
2.99k stars 145 forks source link

DashMap::entry suggests additional documentation which is missing #265

Open vi opened 1 year ago

vi commented 1 year ago

DashMap::entry says:

See the documentation on dashmap::mapref::entry for more details.

I assume it means the mapref::entry module. But I see only auto-generated docs there, no real "more details" text.