Tiqb feature/2018 (#583)

* rust 2018

* Added CHANGELOG comment
This commit is contained in:
Paul Masurel
2019-07-01 10:01:46 +09:00
committed by GitHub
parent 185a5b8d31
commit 462774b15c
161 changed files with 1301 additions and 1318 deletions

View File

@@ -1,9 +1,9 @@
use common::BitSet;
use fastfield::DeleteBitSet;
use crate::common::BitSet;
use crate::fastfield::DeleteBitSet;
use crate::DocId;
use std::borrow::Borrow;
use std::borrow::BorrowMut;
use std::cmp::Ordering;
use DocId;
/// Expresses the outcome of a call to `DocSet`'s `.skip_next(...)`.
#[derive(PartialEq, Eq, Debug)]