1
Fork 0

explain Miri disabling

This commit is contained in:
Ralf Jung 2019-08-09 13:55:22 +02:00
parent 73edef7fdc
commit 78caca00d7

View file

@ -1153,7 +1153,7 @@ fn test_rotate_right() {
}
#[test]
#[cfg(not(miri))]
#[cfg(not(miri))] // Miri is too slow
fn brute_force_rotate_test_0() {
// In case of edge cases involving multiple algorithms
let n = 300;