Replace assert!(a==b)
with assert_eq!(a,b)
as part of bool_assert_comparison
lint
#487
Job | Run time |
---|---|
2s | |
1s | |
3s |
assert!(a==b)
with assert_eq!(a,b)
as part of bool_assert_comparison
lint
#487
Job | Run time |
---|---|
2s | |
1s | |
3s |