Skip to content

Commit 501deca

Browse files
committed
fix: feature flag
1 parent 5db3295 commit 501deca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/rust/fcb_core/src/packed_rtree

src/rust/fcb_core/src/packed_rtree/error.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pub enum Error {
55
#[error("io error: {0}")]
66
Io(#[from] std::io::Error),
77

8+
#[cfg(feature = "http")]
89
#[error("http error: {0}")]
910
Http(#[from] http_range_client::HttpError),
1011

0 commit comments

Comments
 (0)