Commit 66f04df 1 parent 394121c commit 66f04df Copy full SHA for 66f04df
File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,7 @@ unsafe impl Send for CuckooTableOptions {}
282
282
unsafe impl Send for ReadOptions { }
283
283
unsafe impl Send for IngestExternalFileOptions { }
284
284
unsafe impl Send for CacheWrapper { }
285
+ unsafe impl Send for CompactOptions { }
285
286
286
287
// Sync is similarly safe for many types because they do not expose interior mutability, and their
287
288
// use within the rocksdb library is generally behind a const reference
@@ -292,6 +293,7 @@ unsafe impl Sync for CuckooTableOptions {}
292
293
unsafe impl Sync for ReadOptions { }
293
294
unsafe impl Sync for IngestExternalFileOptions { }
294
295
unsafe impl Sync for CacheWrapper { }
296
+ unsafe impl Sync for CompactOptions { }
295
297
296
298
impl Drop for Options {
297
299
fn drop ( & mut self ) {
You can’t perform that action at this time.
0 commit comments