Skip to content

Commit

Permalink
Update tests/expected/function-contract/interior-mutability/api/cell_…
Browse files Browse the repository at this point in the history
…stub.rs
  • Loading branch information
feliperodri authored Jul 30, 2024
1 parent 5feba8c commit 7f84e89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// kani-flags: -Zfunction-contracts

/// The objective of this test is to show that the contracts for double can be replaced as a stub within the contracts for quadruple.
/// This shows that we can generate kani::any() for Cell
/// This shows that we can generate `kani::any()` for Cell.
use std::cell::Cell;

/// This struct is contains Cell which can be mutated
Expand Down

0 comments on commit 7f84e89

Please sign in to comment.