Removed try_trait and some formatting, particularly around imports

This commit is contained in:
Daniel García
2020-07-14 18:34:22 +02:00
parent fb6f96f5c3
commit 668d5c23dc
25 changed files with 250 additions and 271 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#![forbid(unsafe_code)]
#![feature(proc_macro_hygiene, try_trait, ip)]
#![feature(proc_macro_hygiene, ip)]
#![recursion_limit = "256"]
extern crate openssl;