Skip to content

Conversation

@tarcieri
Copy link
Member

@tarcieri tarcieri commented Feb 1, 2025

Enables the following clippy lints:

  • clippy::alloc_instead_of_core
  • clippy::std_instead_of_alloc
  • clippy::std_instead_of_core

These check that imports are coming from the correct package in the standard library, enabling more features to be used in no_std environments.

Enables the following clippy lints:

- `clippy::alloc_instead_of_core`
- `clippy::std_instead_of_alloc`
- `clippy::std_instead_of_core`

These check that imports are coming from the correct package in the
standard library, enabling more features to be used in `no_std`
environments.
@tarcieri
Copy link
Member Author

tarcieri commented Feb 1, 2025

cc @juliankrieger

@tarcieri tarcieri merged commit c2abed5 into master Feb 1, 2025
53 checks passed
@tarcieri tarcieri deleted the x509-certs/enable-and-fix-core-alloc-std-lints branch February 1, 2025 23:42
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