use edition 2018 (beta)

This is expected to be stable by the end of the year.
This commit is contained in:
Dietmar Maurer
2018-11-01 14:42:27 +01:00
parent 1ac3e212c2
commit 763220cefa
5 changed files with 7 additions and 22 deletions

View File

@ -1,8 +1,3 @@
extern crate failure;
extern crate serde_json;
pub mod static_map;
pub mod json_schema;
pub mod api_info;