formatting
This commit is contained in:
parent
e0ff12fdd6
commit
0cb8044cde
1 changed files with 0 additions and 3 deletions
|
@ -36,9 +36,6 @@ impl std::hash::Hash for Dish {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[static_init::dynamic]
|
|
||||||
static TILT_CACHE: HashMap<Dish, Dish> = HashMap::new();
|
|
||||||
|
|
||||||
impl Dish {
|
impl Dish {
|
||||||
fn new(s: &str) -> Result<Self> {
|
fn new(s: &str) -> Result<Self> {
|
||||||
let mut grid: Option<Grid<Rock>> = None;
|
let mut grid: Option<Grid<Rock>> = None;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue