v0.18.20: bump version
This commit is contained in:
+1
-2
@@ -27,5 +27,4 @@ pub(crate) use writeback_file::WritebackFile;
|
|||||||
// caller — the targeted `#[allow]` keeps the re-export visible without
|
// caller — the targeted `#[allow]` keeps the re-export visible without
|
||||||
// dragging the rest of the module under `dead_code`.
|
// dragging the rest of the module under `dead_code`.
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
pub use pipeline::WRITE_THROUGH_DEPTH;
|
pub use pipeline::{DEFAULT_PIPELINE_DEPTH, Flow, Pipeline, READ_PIPELINE_DEPTH, Sink, WRITE_PIPELINE_DEPTH, WRITE_THROUGH_DEPTH};
|
||||||
pub use pipeline::{DEFAULT_PIPELINE_DEPTH, Flow, Pipeline, Sink};
|
|
||||||
|
|||||||
Reference in New Issue
Block a user