Auto merge of #24016 - aquach:master, r=Manishearth
Ran across this one while learning from the Book.
This commit is contained in:
commit
1169693f03
@ -197,7 +197,7 @@ impl CircleBuilder {
|
||||
}
|
||||
|
||||
fn y(&mut self, coordinate: f64) -> &mut CircleBuilder {
|
||||
self.x = coordinate;
|
||||
self.y = coordinate;
|
||||
self
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user