diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -92,9 +92,7 @@ macro_rules! try_alloc { } mod batch; -//#[cfg(feature = "query")] -//pub use batch::{batch_is_supported, default_batch_page_size}; -//pub use batch::{Batch, FinalizedBatch, NetlinkError}; +pub use batch::{default_batch_page_size, Batch}; //pub mod expr; |