sapling/lib/indexedlog
Jun Wu eb53228f47 indexedlog: migrate part of Index to new Error type (7)
Summary:
Migrate the remaining part of Index functions to use the new Error type. This
gives us an accurate view about whether an error indicates data corruption or
not, and makes the code more friendly - it works with `std::error::Error` now.

Reviewed By: xavierd

Differential Revision: D17705168

fbshipit-source-id: 8ae518602e7379d121e718a08127f0873f2e2423
2019-10-03 19:57:29 -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 (7) 2019-10-03 19:57:29 -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