Skip to content

Commit 4af8f99

Browse files
committed
Fix clippy error
Signed-off-by: alindima <[email protected]>
1 parent 3406eb3 commit 4af8f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
//! Dummy crate needs high-level documentation.
33
/// Dummy public function needs documentation.
44
pub fn it_works() {
5-
assert!(true);
5+
assert_eq!(1 + 1, 2);
66
}

0 commit comments

Comments
 (0)