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;