diff options
Diffstat (limited to 'src/schema.rs')
| -rw-r--r-- | src/schema.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schema.rs b/src/schema.rs index b63b0c1..df7b14a 100644 --- a/src/schema.rs +++ b/src/schema.rs | |||
| @@ -152,7 +152,7 @@ pub struct Db { | |||
| 152 | } | 152 | } |
| 153 | 153 | ||
| 154 | impl Db { | 154 | impl Db { |
| 155 | fn new() -> Self { | 155 | pub fn new() -> Self { |
| 156 | let mut users: HashMap<Fingerprint, User> = HashMap::new(); | 156 | let mut users: HashMap<Fingerprint, User> = HashMap::new(); |
| 157 | 157 | ||
| 158 | let bank_acc = MetuId::new("bank".to_owned(), "P7oxDm30g1jeIId".to_owned()).unwrap(); | 158 | let bank_acc = MetuId::new("bank".to_owned(), "P7oxDm30g1jeIId".to_owned()).unwrap(); |
