Skip to content

Commit 2ce92f2

Browse files
committed
Don't use doc comment
1 parent ef9b0fb commit 2ce92f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ptr/alignment.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ mod verify {
404404
}
405405
}
406406

407-
/// FIXME, c.f. https://github.com/model-checking/kani/issues/3905
407+
// FIXME, c.f. https://github.com/model-checking/kani/issues/3905
408408
// // pub const fn of<T>() -> Self
409409
// #[kani::proof_for_contract(Alignment::of)]
410410
// pub fn check_of_i32() {

0 commit comments

Comments
 (0)