diff options
Diffstat (limited to 'src/gen.rs')
-rw-r--r-- | src/gen.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ use std; -use std::cell::RefCell; +use hacks::refcell::RefCell; use std::vec::Vec; use std::rc::Rc; use std::collections::HashMap; |