From 810c77ba30c65215c2d5e4b6f8a73f3b73e2b152 Mon Sep 17 00:00:00 2001 From: tom barrett Date: Mon, 1 Apr 2019 10:54:28 -0500 Subject: database backup and restore --- src/math.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/math.rs') diff --git a/src/math.rs b/src/math.rs index 5ba7981..26220d2 100644 --- a/src/math.rs +++ b/src/math.rs @@ -2,9 +2,10 @@ extern crate rand; use self::rand::distributions::Alphanumeric; use self::rand::Rng; +use std::iter::repeat; + use crate::constants; use crate::modules::types::ModuleType; -use std::iter::repeat; pub fn rand_name() -> String { repeat(()) -- cgit v1.2.3