typo
This commit is contained in:
parent
644e2a76a8
commit
6941caf1df
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
use std::cell::Cell;
|
||||
|
||||
// Check that even `&Cell` are dereferencable.
|
||||
// Check that even `&Cell` are dereferenceable.
|
||||
// Also see <https://github.com/rust-lang/rust/issues/55005>.
|
||||
fn inner(x: &Cell<i32>, f: fn(&Cell<i32>)) {
|
||||
// `f` may mutate, but it may not deallocate!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue