upgrade to rust 2018 and some other fixes
[Mitarbeiter/Tim-Zeitz/stud-rust-base.git] / src / lib.rs
index 85f3191635b60074e19146630fea710639a520a1..d0ab4df6877dcd0ffb1140dc66cc1038286deda9 100644 (file)
@@ -1,7 +1,5 @@
 //! A small base framework for route planning student projects.
 
 //! A small base framework for route planning student projects.
 
-extern crate time as time_crate;
-
 pub mod cli;
 pub mod index_heap;
 pub mod io;
 pub mod cli;
 pub mod index_heap;
 pub mod io;