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