Skip to content

Conversation

@jaudiger
Copy link
Contributor

@jaudiger jaudiger commented Jan 14, 2026

From #88 (review), this PR enables the lint clippy:std_instead_of_core in two crates:

  • brioche-packed-plain-exec
  • brioche-packed-userland-exec

It ensures to use structures from the core:: namespace over the std:: namespace when it's possible, to latter help to transition to #![no_std].

clippy:std_instead_of_core cannot be set directly in the Cargo.toml of both crates since we are inherited from the workspace Clippy configuration, and it cannot be overridden from the Cargo.toml file:

[lints]
workspace = true

Signed-off-by: Jérémy Audiger <jeremy.audiger@icloud.com>
@jaudiger jaudiger self-assigned this Jan 14, 2026
Signed-off-by: Jérémy Audiger <jeremy.audiger@icloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants