Fix clippy error by removing true test assertion

This commit is contained in:
natalie 2023-04-25 13:49:45 +01:00
parent ba0b8472d8
commit bd065ef8ba
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,2 @@
#[test]
fn check_test() {
assert!(1 == 1);
}
fn check_test() {}