Mark Exchange::quotes #[must_use] #11

Closed
opened 2026-08-14 21:13:10 +00:00 by rosa · 1 comment
Owner

Exchange::quotes (src/exchange.rs:421) is missing #[must_use]. Every other
non-Result accessor in the file carries it.

cargo clippy --all-features --all-targets -- -W clippy::pedantic flags it, and
it is the only lint firing in this file.

`Exchange::quotes` (`src/exchange.rs:421`) is missing `#[must_use]`. Every other non-`Result` accessor in the file carries it. `cargo clippy --all-features --all-targets -- -W clippy::pedantic` flags it, and it is the only lint firing in this file.
Author
Owner

quotes was converted into an iterator

`quotes` was converted into an iterator
rosa closed this issue 2026-08-14 22:27:13 +00:00
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
rosa/lucre#11
No description provided.