Skip to content

Commit 002c7c0

Browse files
authored
Cleanup stray comment (#218)
With model-checking/kani#3670 having been addressed we re-enabled harnesses in #211. Yet the comment explaining previously-commented-out-harnesses stayed in place. Removing it for it no longer applies. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
1 parent cb94f9c commit 002c7c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

library/core/src/slice/iter.rs

-4
Original file line numberDiff line numberDiff line change
@@ -3607,10 +3607,6 @@ mod verify {
36073607
check_unsafe_contracts!(check_post_inc_start, $ty, post_inc_start(kani::any()));
36083608
check_unsafe_contracts!(check_pre_dec_end, $ty, pre_dec_end(kani::any()));
36093609

3610-
// FIXME: The functions that are commented out are currently failing verification.
3611-
// Debugging the issue is currently blocked by:
3612-
// https://github.com/model-checking/kani/issues/3670
3613-
//
36143610
// Public functions that call safe abstraction `make_slice`.
36153611
check_safe_abstraction!(check_as_slice, $ty, |iter: &mut Iter<'_, $ty>| {
36163612
iter.as_slice();

0 commit comments

Comments
 (0)