File tree Expand file tree Collapse file tree 3 files changed +156
-257
lines changed Expand file tree Collapse file tree 3 files changed +156
-257
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 2f5683913c9815d9f12494784747f79b0f3b3066
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5
- refs/heads/try: 8e039a887df4265e9f20b2a29f12d6708965cc63
5
+ refs/heads/try: 37dd4174d56431e97adf06ecaf6395376ab2ebbc
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
8
8
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
Original file line number Diff line number Diff line change @@ -436,13 +436,11 @@ pub mod reader {
436
436
}
437
437
}
438
438
439
- pub fn tagged_docs < F > ( d : Doc , tg : usize , it : F ) -> bool where
440
- F : FnMut ( Doc ) -> bool ,
441
- {
439
+ pub fn tagged_docs < ' a > ( d : Doc < ' a > , tag : usize ) -> TaggedDocsIterator < ' a > {
442
440
TaggedDocsIterator {
443
441
iter : docs ( d) ,
444
- tag : tg ,
445
- } . all ( it )
442
+ tag : tag ,
443
+ }
446
444
}
447
445
448
446
pub struct TaggedDocsIterator < ' a > {
You can’t perform that action at this time.
0 commit comments