Rename dlist to linked_list.

This commit is contained in:
Matt Brubeck 2015-03-18 14:17:51 -07:00
parent 6a58cbd118
commit 1ead92b474
6 changed files with 41 additions and 41 deletions

View file

@ -59,7 +59,7 @@ pub mod cache;
pub mod cursor;
pub mod debug_utils;
pub mod deque;
pub mod dlist;
pub mod linked_list;
pub mod fnv;
pub mod geometry;
pub mod logical_geometry;