pxar: cleanup: s/PxarDirBuf/PxarDirStack/g and move dir_buffer.rs to dir_stack.rs

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
Christian Ebner
2019-08-02 15:19:36 +02:00
committed by Dietmar Maurer
parent ead7546a96
commit fe076c8259
3 changed files with 8 additions and 8 deletions

View File

@ -68,7 +68,7 @@ pub use decoder::*;
mod exclude_pattern;
pub use exclude_pattern::*;
mod dir_buffer;
pub use dir_buffer::*;
mod dir_stack;
pub use dir_stack::*;
mod helper;