Skip to content

Commit

Permalink
Remove custom_derive feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Dec 10, 2018
1 parent 55cba1e commit 347da48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sn0int-registry/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![allow(proc_macro_derive_resolution_fallback)]
#![warn(unused_extern_crates)]
#![feature(custom_derive)]
#![feature(proc_macro_hygiene, decl_macro)]

#[macro_use] extern crate rocket;
Expand Down

0 comments on commit 347da48

Please sign in to comment.