Do not leak an internal grenad Error

This commit is contained in:
Kerollmops
2022-06-16 12:03:43 +02:00
parent 8ebf5eed0d
commit dc3f092d07
3 changed files with 38 additions and 3 deletions

View File

@ -7,7 +7,7 @@ use std::io;
use bimap::BiHashMap;
pub use builder::DocumentsBatchBuilder;
use obkv::KvReader;
pub use reader::{DocumentsBatchCursor, DocumentsBatchReader};
pub use reader::{DocumentsBatchCursor, DocumentsBatchCursorError, DocumentsBatchReader};
use serde::{Deserialize, Serialize};
use crate::error::{FieldIdMapMissingEntry, InternalError};