We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc583c commit 3afb8daCopy full SHA for 3afb8da
alloc/tests/sort/tests.rs
@@ -33,7 +33,7 @@ fn check_is_sorted<T: Ord + Clone + Debug, S: Sort>(v: &mut [T]) {
33
known_good_stable_sort::sort(known_good_sorted_vec.as_mut_slice());
34
35
if is_small_test {
36
- eprintln!("Original: {:?}", v_orig);
+ eprintln!("Original: {:?}", v_orig);
37
eprintln!("Expected: {:?}", known_good_sorted_vec);
38
eprintln!("Got: {:?}", v);
39
} else {
0 commit comments