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
- Imports README.md into the rustdoc, which previously lacked any sort
of warnings about the state of the code
- Use `no_std` unconditionally, which Just Works. We can link `std`
separately if actually needed.
- Use `warn` instead of `deny`: we deny warnings in CI anyway
0 commit comments