Rename slice_buf.rs -> slice.rs

This commit is contained in:
Carl Lerche
2016-10-14 20:07:42 -07:00
parent a4bfc63de7
commit d7306d949b
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
pub mod append;
pub mod block;
pub mod slice_buf;
pub mod slice;
pub mod ring;
pub mod take;
+1 -1
View File
@@ -26,7 +26,7 @@ pub mod buf {
Fmt,
};
pub use imp::buf::slice_buf::SliceBuf;
pub use imp::buf::slice::SliceBuf;
pub use imp::buf::append::AppendBuf;
pub use imp::buf::block::{BlockBuf, BlockBufCursor};
pub use imp::buf::ring::RingBuf;