rust 2018

This commit is contained in:
Robin Appelman 2019-03-28 18:54:35 +01:00
commit cf784114c6
2 changed files with 1 additions and 3 deletions

View file

@ -1,6 +1,3 @@
extern crate notify;
extern crate redis;
use notify::{DebouncedEvent, RecommendedWatcher, RecursiveMode, Watcher};
use redis::{Client, Commands, Connection, RedisResult};
use std::env;