chore: Remove the SharedData/Cursor types

This commit is contained in:
Clément Renault
2019-04-26 15:32:38 +02:00
parent 27ffcaabe9
commit f16e0333e4
4 changed files with 0 additions and 119 deletions

View File

@ -1,11 +1,9 @@
pub mod criterion;
pub mod data;
mod index;
mod automaton;
mod query_builder;
mod distinct_map;
pub mod shared_data_cursor;
pub mod write_to_bytes;
use std::sync::Arc;