mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-16 08:33:57 +00:00
Enabled unused variable warning again, fixed some possible bugs where we didn't check some parameters, and explicitly marked all unused parameters (mostly orgheaders)
This commit is contained in:
parent
cbe73a31ea
commit
1a4b1a8254
6 changed files with 41 additions and 20 deletions
|
@ -1,5 +1,3 @@
|
|||
#![allow(unused_variables, dead_code)]
|
||||
|
||||
#![feature(plugin, custom_derive)]
|
||||
#![plugin(rocket_codegen)]
|
||||
extern crate rocket;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue