mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-12 05:07:40 +02:00
Replace IP support in preparation for compiling on stable, included some tests to check that the code matches the unstable implementation
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#![forbid(unsafe_code)]
|
||||
#![feature(proc_macro_hygiene, ip)]
|
||||
#![cfg_attr(feature = "unstable", feature(ip))]
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
extern crate openssl;
|
||||
|
Reference in New Issue
Block a user