fix opt_bytes_to_ptr

main
Niko PLP 4 weeks ago
parent f3ae4d8074
commit c2d31daa1c
  1. 2
      lib/oxigraph/src/storage/backend/oxi_rocksdb.rs

@ -9,7 +9,7 @@
)]
use crate::storage::error::{CorruptionError, StorageError};
use libc::c_void;
use libc::{c_char, c_void};
use rand::random;
use rocksdb::ffi::*;
use std::borrow::Borrow;

Loading…
Cancel
Save