Fix all CI warnings (Clippy + cargo-deny)#540
Merged
primeos-work merged 2 commits intoJun 16, 2026
Conversation
This isn't a security issue yet, the `aquamarine` crate should get rid of it eventually, and this isn't really actionable for us so let's ignore that informative advisory so that CI remains green (it's an optional CI check but the failure could mask real vulnerabilities and does also mark the CI run with a red cross on the GitHub UI). https://rustsec.org/advisories/RUSTSEC-2026-0173: > The author of proc-macro-error2 has confirmed that the crate is no > longer maintained and recommends that users migrate away from it. > proc-macro-error2 was originally created as a maintained fork of > proc-macro-error (see RUSTSEC-2024-0370). Both the original crate and > this fork are now unmaintained. Signed-off-by: Michael Weiss <michael.weiss@bull.com>
This new lint "detects format!-style macros where an argument is passed with an explicit & but the value is already a reference, resulting in a double reference" [0]. [0]: https://rust-lang.github.io/rust-clippy/beta/index.html#useless_borrows_in_formatting Signed-off-by: Michael Weiss <michael.weiss@bull.com>
Merged
via the queue into
science-computing:master
with commit Jun 16, 2026
7b2742b
13 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
useless_borrows_in_formattinglint