Tiny cleanups in preparation for persistent tower (#10805)

This commit is contained in:
Ryo Onodera
2020-06-25 18:24:16 +09:00
committed by GitHub
parent 9f5bd5fe81
commit 4164c69683
6 changed files with 30 additions and 20 deletions

View File

@ -74,8 +74,7 @@
extern crate rand;
use rand::{thread_rng, Rng};
use std::collections::HashMap;
use std::collections::VecDeque;
use std::collections::{HashMap, VecDeque};
#[derive(Clone, Default, Debug, Hash, Eq, PartialEq)]
pub struct Fork {