Skip to content

Commit

Permalink
Update tests/expected/function-contract/interior-mutability/whole-str…
Browse files Browse the repository at this point in the history
…uct/cell.rs
  • Loading branch information
feliperodri authored Jul 30, 2024
1 parent 1e12172 commit 42fd597
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// The objective of this test is to check the modification of a Cell used as interior mutability in an immutable struct
use std::cell::Cell;

/// This struct is contains Cell which can be mutated
/// This struct contains Cell which can be mutated
struct InteriorMutability {
x: Cell<u32>,
}
Expand Down

0 comments on commit 42fd597

Please sign in to comment.