Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: test with cargo-careful #13

Merged
merged 1 commit into from
Jan 16, 2024
Merged

CI: test with cargo-careful #13

merged 1 commit into from
Jan 16, 2024

Conversation

tarcieri
Copy link
Member

cargo careful is a tool to run your Rust code extra carefully -- opting into a bunch of nightly-only extra checks that help detect Undefined Behavior, and using a standard library with debug assertions.

https://github.com/RalfJung/cargo-careful

`cargo careful` is a tool to run your Rust code extra carefully --
opting into a bunch of nightly-only extra checks that help detect
Undefined Behavior, and using a standard library with debug assertions.

https://github.com/RalfJung/cargo-careful
@tarcieri tarcieri merged commit 600e0c7 into master Jan 16, 2024
14 checks passed
@tarcieri tarcieri deleted the ci/cargo-careful branch January 16, 2024 21:02
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.

1 participant