mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-04-08 02:55:11 -05:00
restore config
This commit is contained in:
parent
4fed53622f
commit
30d90015d7
1 changed files with 2 additions and 2 deletions
4
build.rs
4
build.rs
|
@ -12,10 +12,10 @@ fn main() {
|
|||
#[cfg(feature = "query_logger")]
|
||||
println!("cargo:rustc-cfg=query_logger");
|
||||
|
||||
/* #[cfg(not(any(feature = "sqlite", feature = "mysql", feature = "postgresql")))]
|
||||
#[cfg(not(any(feature = "sqlite", feature = "mysql", feature = "postgresql")))]
|
||||
compile_error!(
|
||||
"You need to enable one DB backend. To build with previous defaults do: cargo build --features sqlite"
|
||||
); */
|
||||
);
|
||||
|
||||
// Use check-cfg to let cargo know which cfg's we define,
|
||||
// and avoid warnings when they are used in the code.
|
||||
|
|
Loading…
Add table
Reference in a new issue