Replaced super with crate where applicable

This commit is contained in:
2023-06-01 14:58:48 +03:00
parent a817f7f39c
commit 593f438435
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
pub use super::account::*;
pub use super::master_pass::*;
pub use crate::account::*;
pub use crate::master_pass::*;