You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x509-cert: enable and fix clippy core/alloc/std lints (#1643)
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.
0 commit comments