summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorColin Reeder <colin@vpzom.click>2020-07-19 16:27:41 -0600
committerColin Reeder <colin@vpzom.click>2020-07-19 16:53:40 -0600
commitc67ad438cf8f8cbaf2876a2b1a0f338016f4d4e2 (patch)
treeb27678837b09ed338662a43fcc20c820e4051996 /src
parent9d918621f44d289d433d8733409b11f0787c5f29 (diff)
proc_macro_hygiene is stable now
Diffstat (limited to 'src')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 163a20e..2e23682 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,4 +1,3 @@
-#![feature(proc_macro_hygiene)]
#![allow(unused_braces)]
use crate::resp_types::RespLoginInfo;