sapling/storage
Siddharth Agarwal acda30f2fb replace AsRef<Path> with Into<PathBuf> in a few spots
Summary:
We need ownership of the buffer in all of these cases, and
`AsRef<Path>` could potentially create unnecessary copies.

Reviewed By: jsgf

Differential Revision: D6214034

fbshipit-source-id: 806a87bfe3b125febaaaaf26c8b8dcac407de145
2017-11-02 13:10:56 -07:00
..
filekv/src replace AsRef<Path> with Into<PathBuf> in a few spots 2017-11-02 13:10:56 -07:00
types/src move bookmarks::Version into a separate crate 2017-10-10 07:29:30 -07:00