Fix clippy error by removing true test assertion
This commit is contained in:
parent
ba0b8472d8
commit
bd065ef8ba
|
@ -1,4 +1,2 @@
|
|||
#[test]
|
||||
fn check_test() {
|
||||
assert!(1 == 1);
|
||||
}
|
||||
fn check_test() {}
|
||||
|
|
Loading…
Reference in New Issue