diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1,10 +1,3 @@ -//#![crate_id = "avl_tree"] -#![crate_type = "lib"] -#![feature(test)] -#![feature(collections_bound)] -#![feature(rand)] - - mod node; pub mod tree; mod iterators; |