sapling/blobrepo_utils
Lukas Piatkowski 515a2909eb monononoke hashes: remove usages of borrows of hashes which are Copy
Summary: The Copy trait means that something is so cheap to copy that you don't even need to explicitly do `.clone()` on it. As it doesn't make much sense to pass &i64 it also doesn't make much sense to pass &<Something that is Copy>, so I have removed all the occurences of passing one of ouf hashes that are Copy.

Reviewed By: fanzeyi

Differential Revision: D13974622

fbshipit-source-id: 89efc1c1e29269cc2e77dcb124964265c344f519
2019-02-06 15:11:35 -08:00
..
src monononoke hashes: remove usages of borrows of hashes which are Copy 2019-02-06 15:11:35 -08:00
test mononoke: pass CoreContext down to blobstore 2018-12-04 11:40:15 -08:00