From 959fed1d8435070e39bd7b87c1e908f79b65add9 Mon Sep 17 00:00:00 2001
From: Corey Richardson <corey@octayn.net>
Date: Sun, 24 Sep 2017 08:34:58 -0400
Subject: Fix compiler warnings

Some minor stuff, mostly. The features have been stable since 1.20
---
 src/lib.rs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'src/lib.rs')

diff --git a/src/lib.rs b/src/lib.rs
index e4ddf70..44eb266 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,9 +1,8 @@
-#![feature(associated_consts)]
 #![feature(unicode)]
-#![feature(drop_types_in_const)]
 
 extern crate byteorder;
 extern crate rand;
+extern crate unicode_xid;
 
 pub mod types;
 pub use types::*;
-- 
cgit v1.2.3-70-g09d2