Skip to content

Commit

Permalink
Silence spurious derived-macro warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rychipman committed Oct 4, 2018
1 parent 90300d5 commit 1c80a4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![feature(plugin)]
#![plugin(rocket_codegen)]
#![allow(proc_macro_derive_resolution_fallback)]

extern crate rocket;
extern crate rocket_contrib;
Expand Down

0 comments on commit 1c80a4c

Please sign in to comment.