Remove unused imports
This commit is contained in:
parent
edfecfa8d6
commit
fbfb069bbf
1 changed files with 1 additions and 2 deletions
|
|
@ -207,8 +207,7 @@ impl <T>Store<T> {
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use crate::segments::entry::{Entry, EntryDetailed};
|
||||
use crate::cursor::{ReadCursor, WriteCursor};
|
||||
use crate::segments::entry::Entry;
|
||||
use crate::cursor_capabilities::header_access::CursorCanReadHeader;
|
||||
use crate::cursor_capabilities::index_access::{CursorCanWriteToIndex, CursorCanReadIndex};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue