Move Password to password.rs file

This commit is contained in:
Kiyomichi Kosaka
2022-12-03 20:09:16 +00:00
parent dfcda98981
commit a10fdeb10e
6 changed files with 99 additions and 92 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ extern crate peg;
use std::{cell::RefCell, rc::Rc};
use chrono::naive::NaiveDate;
use crate::structs::{Mode, Command, Password, LKErr};
use crate::structs::{Command, LKErr, Mode};
use crate::password::Password;
peg::parser!{
pub grammar command_parser() for str {