mirror of
https://github.com/simonask/libyaml-safer
synced 2024-11-12 22:57:12 +00:00
No description
05927a935d
warning: lint `clippy::let_underscore_drop` has been renamed to `let_underscore_drop` --> src/lib.rs:23:5 | 23 | clippy::let_underscore_drop, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `let_underscore_drop` | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `clippy::let_underscore_drop` has been renamed to `let_underscore_drop` --> src/bin/run-emitter-test-suite.rs:8:5 | 8 | clippy::let_underscore_drop, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `let_underscore_drop` | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `clippy::let_underscore_drop` has been renamed to `let_underscore_drop` --> src/bin/run-parser-test-suite.rs:8:5 | 8 | clippy::let_underscore_drop, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `let_underscore_drop` | = note: `#[warn(renamed_and_removed_lints)]` on by default |
||
---|---|---|
.github | ||
fuzz | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
LICENSE-MIT | ||
README.md |
unsafe-libyaml
This library is libyaml translated from C to unsafe Rust with the assistance of c2rust.
[dependencies]
unsafe-libyaml = "0.2"
Compiler support: requires rustc 1.56+
License
MIT license, same as libyaml.