We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffe2bd commit cdbb71cCopy full SHA for cdbb71c
src/types.rs
@@ -3,8 +3,8 @@ use std::fmt;
3
pub mod keys;
4
5
pub struct Point {
6
- pub x: usize,
7
- pub y: usize,
+ pub x: i32,
+ pub y: i32,
8
}
9
10
impl fmt::Debug for Point {
0 commit comments