rpm-ostree/rust
Jonathan Lebon 7d36ea7ebc rust: Wrap parent directory handling for Path
The parent of a `Path` of `"foobar"` is actually `""`, because
`parent()` wants to return a slice of its buffer:
https://github.com/rust-lang/rust/issues/36861

Just do a trivial wrapper around it to correctly return `"."` instead.

Hit this when trying to pass a treefile in the working directory.
2019-12-20 21:16:24 +01:00
..
src rust: Wrap parent directory handling for Path 2019-12-20 21:16:24 +01:00
cargo-vendor-config Add support for YAML treefiles 2018-06-05 13:08:33 +00:00
Cargo.lock rust/lockfile: Add more metadata to generated lockfiles 2019-11-12 16:17:03 +01:00
Cargo.toml rust/lockfile: Add more metadata to generated lockfiles 2019-11-12 16:17:03 +01:00
cbindgen.toml Add new ex history command 2019-09-24 14:17:12 +00:00
LICENSE-APACHE Clarify license situation to include GPLv2, relicense Rust code 2019-09-05 20:49:18 +00:00
LICENSE-MIT Clarify license situation to include GPLv2, relicense Rust code 2019-09-05 20:49:18 +00:00