Auto merge of #25277 - polachok:docfix, r=steveklabnik
r? @steveklabnik
This commit is contained in:
commit
8004fc9fe0
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ struct Point {
|
|||
y: Cell<i32>,
|
||||
}
|
||||
|
||||
let mut point = Point { x: 5, y: Cell::new(6) };
|
||||
let point = Point { x: 5, y: Cell::new(6) };
|
||||
|
||||
point.y.set(7);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue