Updated some dependencies and removed old unused attribute that might create compile errors

This commit is contained in:
Daniel García
2018-04-24 15:49:38 +02:00
parent 96e20a66a0
commit 3a1321a5a9
3 changed files with 50 additions and 52 deletions

View File

@ -1,7 +1,6 @@
#![allow(unused_variables, dead_code)]
#![feature(plugin, custom_derive)]
#![cfg_attr(test, plugin(stainless))]
#![plugin(rocket_codegen)]
extern crate rocket;
extern crate rocket_contrib;