unmark() need not be public.
This commit is contained in:
parent
a3a79cc599
commit
7feb1fcdaf
@ -32,7 +32,7 @@ impl MarkMatrix {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn unmark(&mut self, pos: (usize, usize)) {
|
||||
fn unmark(&mut self, pos: (usize, usize)) {
|
||||
self.marks[pos] = Mark::None;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user