Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Oct 4, 2024
1 parent 7269e04 commit 366346a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
//! args.next(); // skip program name
//! let mount_path = args.next().expect("mount_path expected");
//! let data_path = args.next().expect("data_path expected");
//! struct PasswordProviderImpl {}
//! use rencfs::crypto::Cipher;
//!
//! struct PasswordProviderImpl {}
//! impl PasswordProvider for PasswordProviderImpl {
//! fn get_password(&self) -> Option<SecretString> {
//! // dummy password, use some secure way to get the password like with [keyring](https://crates.io/crates/keyring) crate
Expand Down

0 comments on commit 366346a

Please sign in to comment.