mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-12 05:07:40 +02:00
Removed try_trait and some formatting, particularly around imports
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#![forbid(unsafe_code)]
|
||||
#![feature(proc_macro_hygiene, try_trait, ip)]
|
||||
#![feature(proc_macro_hygiene, ip)]
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
extern crate openssl;
|
||||
|
Reference in New Issue
Block a user