Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2021-09-01 16:18:44 +02:00
parent c8d67f428d
commit 20e18ac3ad
5 changed files with 206 additions and 134 deletions

View file

@ -163,7 +163,6 @@ where
None
}
#[allow(unused)]
pub fn prev(&mut self, cx: &<T::Summary as Summary>::Context) {
assert!(self.did_seek, "Must seek before calling this method");