Skip to content

docs: add # Errors sections for clippy pedantic compliance - #19

Merged
refcell merged 1 commit into
mainfrom
reviewer-alpha/errors-doc-final
Feb 1, 2026
Merged

docs: add # Errors sections for clippy pedantic compliance#19
refcell merged 1 commit into
mainfrom
reviewer-alpha/errors-doc-final

docs: add # Errors sections and fix doc_markdown warnings

10c81b5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Security audit succeeded Feb 1, 2026 in 0s

Security advisories found

2 unmaintained, 1 unsound

Details

Warnings

RUSTSEC-2024-0388

derivative is unmaintained; consider using an alternative

Details
Status unmaintained
Package derivative
Version 2.2.0
URL mcarton/rust-derivative#117
Date 2024-06-26

The derivative crate is no longer maintained.
Consider using any alternative, for instance:

RUSTSEC-2024-0436

paste - no longer maintained

Details
Status unmaintained
Package paste
Version 1.0.15
URL https://github.com/dtolnay/paste
Date 2024-10-07

The creator of the crate paste has stated in the README.md
that this project is not longer maintained as well as archived the repository

Possible Alternative(s)

RUSTSEC-2026-0002

IterMut violates Stacked Borrows by invalidating internal pointer

Details
Status unsound
Package lru
Version 0.12.5
URL jeromefroe/lru-rs#224
Date 2026-01-07

Affected versions of this crate contain a soundness issue in the IterMut
iterator implementation. The IterMut::next and IterMut::next_back
methods temporarily create an exclusive reference to the key when
dereferencing the internal node pointer.

This invalidates the shared pointer held by the internal HashMap,
violating Stacked Borrows rules.