explain Miri disabling
This commit is contained in:
parent
73edef7fdc
commit
78caca00d7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue