summaryrefslogtreecommitdiff
path: root/src/math.rs
diff options
context:
space:
mode:
authortom barrett <spalf0@gmail.com>2019-04-01 10:54:28 -0500
committertom barrett <spalf0@gmail.com>2019-04-01 10:54:28 -0500
commit810c77ba30c65215c2d5e4b6f8a73f3b73e2b152 (patch)
tree3666053d51c598f701733231244104f536a4d24a /src/math.rs
parent95b3508d2397b64c7c63bd3586e524998f194e36 (diff)
database backup and restore
Diffstat (limited to 'src/math.rs')
-rw-r--r--src/math.rs3
1 files changed, 2 insertions, 1 deletions
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(())