mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 21:30:31 +01:00
Replace linkedlist with VecDeq.
Slightly slower but a lot cleaner.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
extern crate chrono;
|
||||
#[macro_use]
|
||||
extern crate intrusive_collections;
|
||||
#[macro_use]
|
||||
extern crate itertools;
|
||||
extern crate regex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user