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/refcell.rs
  • Loading branch information
feliperodri authored Jul 30, 2024
1 parent dbf938f commit 065b554
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 RefCell used as interior mutability in an immutable struct
use std::cell::RefCell;

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

0 comments on commit 065b554

Please sign in to comment.