From 108db50a7374a785f309e049b287e9b47532f566 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Fri, 8 Mar 2019 18:10:59 -0500 Subject: working version --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 598b94f..1577c89 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,6 +2,7 @@ #![feature(try_trait)] #![feature(pattern)] #![feature(concat_idents)] +#![feature(associated_type_defaults)] #![feature(box_syntax, box_patterns)] @@ -18,8 +19,6 @@ extern crate fnv; #[macro_use] extern crate lazy_static; #[macro_use] extern crate log; #[macro_use] extern crate nom; -#[cfg(feature = "games")] -extern crate oauth2; extern crate rand; extern crate regex; extern crate reqwest; -- cgit v1.3.1