File tree Expand file tree Collapse file tree 7 files changed +2
-198
lines changed Expand file tree Collapse file tree 7 files changed +2
-198
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ unic-langid.workspace = true
2525async-trait = " 0.1"
2626chunky-vec = " 0.1"
2727once_cell = " 1.9"
28+ pin-cell = " 0.2"
2829
2930[dev-dependencies ]
3031fluent-langneg.workspace = true
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ use std::{
88} ;
99
1010use crate :: generator:: { BundleIterator , BundleStream } ;
11- use crate :: pin_cell:: { PinCell , PinMut } ;
1211use chunky_vec:: ChunkyVec ;
1312use futures:: { ready, Stream } ;
13+ use pin_cell:: { PinCell , PinMut } ;
1414
1515pub struct Cache < I , R >
1616where
Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ pub mod env;
110110mod errors;
111111pub mod generator;
112112mod localization;
113- mod pin_cell;
114113pub mod types;
115114
116115pub use bundles:: Bundles ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments