We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db3295 commit 501decaCopy full SHA for 501deca
1 file changed
src/rust/fcb_core/src/packed_rtree/error.rs
@@ -5,6 +5,7 @@ pub enum Error {
5
#[error("io error: {0}")]
6
Io(#[from] std::io::Error),
7
8
+ #[cfg(feature = "http")]
9
#[error("http error: {0}")]
10
Http(#[from] http_range_client::HttpError),
11
0 commit comments