Skip to content

Commit

Permalink
GLORY TO OUR LORD AND SAVIOR, CLIPPY!
Browse files Browse the repository at this point in the history
  • Loading branch information
ilammy committed Apr 28, 2020
1 parent 96a9e28 commit dffa5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rust/secure_cell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ mod token_protect {
let (encrypted, token) = cell.encrypt(&message).unwrap();

assert_eq!(encrypted.len(), message.len());
assert!(token.len() > 0);
assert!(!token.is_empty());
}

#[test]
Expand Down

1 comment on commit dffa5b5

@vixentael
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clippy is on guard!

Please sign in to comment.