Skip to content

Commit

Permalink
fix unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed May 2, 2024
1 parent 709dfa1 commit 7c011f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use tracing_appender::non_blocking::WorkerGuard;
use tracing_subscriber::EnvFilter;

use rencfs::encryptedfs::{Cipher, EncryptedFs, FsError, PasswordProvider};
use rencfs::{is_debug, log_init};
use rencfs::is_debug;

mod keyring;

Expand Down

0 comments on commit 7c011f7

Please sign in to comment.