Remove util::vec::Comparator

This commit is contained in:
Guillaume Gomez 2016-02-28 04:46:07 +01:00 committed by ggomez
parent 5b8041147d
commit 02095cf550
5 changed files with 11 additions and 142 deletions

View file

@ -16,4 +16,3 @@ extern crate util;
#[cfg(test)] mod opts;
#[cfg(test)] mod str;
#[cfg(test)] mod thread;
#[cfg(test)] mod vec;