removed the extern crate rand

pull/1/head
kirbylife 2019-11-26 15:18:53 -06:00
parent a8094b5411
commit fa11edf77f
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
extern crate rand;
extern crate tera; extern crate tera;
use rand::Rng; use rand::Rng;