sapling/lib/indexedlog
Jun Wu 2b842d8c79 indexedlog: migrate part of Index to new Error type (1)
Summary:
Change `read_bitmap_unchecked` and `read_raw_int_unchecked` to use the new
Error type. Change their function signature from taking `&[u8]` to taking
`&Index` so we can get the file path in the error message.

Reviewed By: xavierd

Differential Revision: D17705167

fbshipit-source-id: 82bcbe21061cdf993d5c7f9867941c1f936166e5
2019-10-03 19:57:27 -07:00
..
benches Delete extern crate lines 2019-09-11 22:02:16 -07:00
src indexedlog: migrate part of Index to new Error type (1) 2019-10-03 19:57:27 -07:00
tests indexedlog: add a test about running indexedlog in low fileno limit 2019-10-03 19:57:26 -07:00
Cargo.toml indexedlog: add a test about running indexedlog in low fileno limit 2019-10-03 19:57:26 -07:00