refactor: remove useless crate:: ref

This commit is contained in:
VC
2022-04-25 11:27:11 +02:00
parent 1afbdc1672
commit 99a6adc1f4
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
mod error;
use crate::error::ScootalooError;
use error::ScootalooError;
mod config;
use config::Config;