Remove unused timer module

This commit is contained in:
Nathan Sobo 2021-04-15 20:28:10 -06:00
parent 3fa4e5acee
commit 0caf908c78
2 changed files with 0 additions and 43 deletions

View file

@ -9,7 +9,6 @@ mod sum_tree;
mod test;
mod throttle;
mod time;
mod timer;
mod util;
pub mod watch;
pub mod workspace;