Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Feb 6, 2024
1 parent 61b4e47 commit 301c6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bitwarden-exporters/src/encrypted_json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ mod tests {

#[test]
pub fn test_export() {
let export = export_encrypted_json(
let _export = export_encrypted_json(
vec![Folder {
id: "942e2984-1b9a-453b-b039-b107012713b9".parse().unwrap(),
name: "Important".to_string(),
Expand Down

0 comments on commit 301c6f4

Please sign in to comment.