Fix custin_derive deprecation

This commit is contained in:
Leon Tan 2018-12-25 22:35:04 +01:00
parent f606d31074
commit 92b82ede0a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#![feature(proc_macro_hygiene, plugin, decl_macro, custom_derive)]
#![feature(proc_macro_hygiene, plugin, decl_macro)]
#![recursion_limit = "1024"]
#![feature(try_from)]