49318cd950
Mostly straightforward stuff. It taught me about the `matches!` macro, which looks really useful. Wanted to turn this on in CI, but there's still a bunch of clippy warnings coming from the `cxx.rs` stuff and some of our unsafe blocks. For example, it wants the `files` arg in `initramfs_overlay_generate` to be `&[String]` instead of `&Vec<String>` but that would break cxx.rs (it looks like cxx.rs does support slices, but it would require creating one from the vector we have to create anyway). |
||
---|---|---|
.. | ||
libdnf-sys | ||
src | ||
.gitignore | ||
LICENSE-APACHE | ||
LICENSE-MIT |