File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -144,16 +144,15 @@ impl<T: Source + Hash + PartialEq + Eq + 'static> StreamChunks<'_>
144
144
}
145
145
}
146
146
Entry :: Vacant ( entry) => {
147
- // let (generated_info, map) = stream_and_get_source_and_map(
148
- // self.inner.as_ref(),
149
- // options,
150
- // on_chunk,
151
- // on_source,
152
- // on_name,
153
- // );
154
- // entry.insert(map);
155
- // generated_info
156
- todo ! ( )
147
+ let ( generated_info, map) = stream_and_get_source_and_map (
148
+ & self . inner as & T ,
149
+ options,
150
+ on_chunk,
151
+ on_source,
152
+ on_name,
153
+ ) ;
154
+ entry. insert ( map) ;
155
+ generated_info
157
156
}
158
157
}
159
158
}
Original file line number Diff line number Diff line change @@ -1416,7 +1416,7 @@ pub fn stream_chunks_of_combined_source_map<'a>(
1416
1416
1417
1417
pub fn stream_and_get_source_and_map < ' a , S : StreamChunks < ' a > > (
1418
1418
input_source : & ' a S ,
1419
- options : & ' a MapOptions ,
1419
+ options : & MapOptions ,
1420
1420
on_chunk : OnChunk ,
1421
1421
on_source : OnSource < ' _ , ' a > ,
1422
1422
on_name : OnName ,
You can’t perform that action at this time.
0 commit comments