Fixes a release build error on python bindings

pull/73/head
Tpt 4 years ago
parent 9adc581773
commit 5e027014d1
  1. 2
      python/src/sled_store.rs

@ -453,7 +453,7 @@ impl PyIterProtocol for PySledStore {
} }
} }
#[pyclass(module = "oxigraph")] #[pyclass(unsendable, module = "oxigraph")]
pub struct QuadIter { pub struct QuadIter {
inner: SledQuadIter, inner: SledQuadIter,
} }

Loading…
Cancel
Save