sapling/mercurial-types
Siddharth Agarwal 2c2dabdd38 use Option<&MPathElement> instead of &Option<MPathElement>
Summary:
The `Option<&MPathElement>` type is more general -- it's easy to
convert from `&Option<MPathElement>` to it, but the other way around can
require a clone.

Reviewed By: farnz

Differential Revision: D7339161

fbshipit-source-id: 0c8ab57a19bc330245c612e3e0e3651e368ab8cb
2018-03-21 09:32:11 -07:00
..
mocks use Option<&MPathElement> instead of &Option<MPathElement> 2018-03-21 09:32:11 -07:00
src use Option<&MPathElement> instead of &Option<MPathElement> 2018-03-21 09:32:11 -07:00
tests/src use Option<&MPathElement> instead of &Option<MPathElement> 2018-03-21 09:32:11 -07:00