sapling/lib/types
Stefan Filip 43fb573c23 types: add explicit conversions from owned paths types to unsized ref
Summary:
There are scenarios where an &PathComponentBuf or a &RepoPath will show up.
An example when using get from a HashMap. These are not the references that we
are looking for. We want &PathComponent and &RepoPath respectively. Adding
explicit conversions.

(Note: this ignores all push blocking failures!)

Reviewed By: quark-zju

Differential Revision: D14292711

fbshipit-source-id: 29f4de25c2ffebf7f009e4f2515e0ba8f0371ae0
2019-03-05 16:12:47 -08:00
..
src types: add explicit conversions from owned paths types to unsized ref 2019-03-05 16:12:47 -08:00
Cargo.toml types: use untagged serialization for Parents 2019-02-21 16:34:25 -08:00