1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-30 15:33:56 +00:00

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;