Skip to content

Commit 87c8c46

Browse files
committed
pacify tidy
1 parent 5cebe34 commit 87c8c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/tests/slice.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ fn test_iter_consistency() {
386386
let v : &[T] = &[x, x, x];
387387
let len = v.len();
388388

389-
// TODO: Once #42789 is resolved, also compare the locations with each other
389+
// FIXME: Once #42789 is resolved, also compare the locations with each other
390390
// and with slice patterns.
391391

392392
for i in 0..len {
@@ -413,7 +413,7 @@ fn test_iter_consistency() {
413413
let v : &mut [T] = &mut [x, x, x];
414414
let len = v.len();
415415

416-
// TODO: Once #42789 is resolved, also compare the locations with each other
416+
// FIXME: Once #42789 is resolved, also compare the locations with each other
417417
// and with slice patterns.
418418

419419
for i in 0..len {

0 commit comments

Comments
 (0)