Skip to content

fix broken readme links #80

fix broken readme links

fix broken readme links #80

GitHub Actions / clippy succeeded Jul 10, 2024 in 1s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (1)

src/raw/mod.rs|162 col 5| warning: a const item should never be interior mutable
--> src/raw/mod.rs:162:5
|
162 | const TOMBSTONE: *mut Entry<K, V> = Entry::COPIED as _;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#declare_interior_mutable_const
= note: #[warn(clippy::declare_interior_mutable_const)] on by default