Skip to content

Commit

Permalink
Fix clippy error
Browse files Browse the repository at this point in the history
Fix the clippy error reported on the dummy test.

Signed-off-by: alindima <alindima@amazon.com>
  • Loading branch information
alindima authored and alexandruag committed Jun 16, 2021
1 parent 6527dfd commit 354de0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
//! Dummy crate needs high-level documentation.
/// Dummy public function needs documentation.
pub fn it_works() {
assert!(true);
assert_eq!(1 + 1, 2);
}

0 comments on commit 354de0c

Please sign in to comment.