Skip to content

Commit

Permalink
#[allow(clippy::no_effect_underscore_binding)]
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed May 9, 2024
1 parent 127aa81 commit d65e421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/encryptedfs_fuse3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ pub struct EncryptedFsFuse3 {
}

impl EncryptedFsFuse3 {
#[allow(clippy::no_effect_underscore_binding)]
pub async fn new(
data_dir: PathBuf,
tmp_dir: PathBuf,
Expand Down

0 comments on commit d65e421

Please sign in to comment.