Fix encoding, more interop and update nightly version

This commit is contained in:
Lucio Franco
2019-08-21 18:50:27 -04:00
parent 8dc1185a36
commit 93eb9989d6
23 changed files with 440 additions and 62 deletions
-1
View File
@@ -1,4 +1,3 @@
#![feature(async_await)]
#![recursion_limit = "256"]
extern crate proc_macro;