mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 16:20:49 +00:00
Manually apply formatting to cfg statement
This commit is contained in:
parent
176b938cb6
commit
d144976da0
@ -235,10 +235,13 @@ pub fn default_compiler() -> impl Compiler {
|
||||
#[cfg(all(feature = "default-backend-llvm", not(feature = "docs")))]
|
||||
use wasmer_llvm_backend::LLVMCompiler as DefaultCompiler;
|
||||
|
||||
#[cfg(all(any(
|
||||
feature = "default-backend-singlepass",
|
||||
all(feature = "deterministic-execution", feature = "singlepass")
|
||||
), not(feature = "docs")))]
|
||||
#[cfg(all(
|
||||
any(
|
||||
feature = "default-backend-singlepass",
|
||||
all(feature = "deterministic-execution", feature = "singlepass")
|
||||
),
|
||||
not(feature = "docs")
|
||||
))]
|
||||
use wasmer_singlepass_backend::SinglePassCompiler as DefaultCompiler;
|
||||
|
||||
#[cfg(any(feature = "default-backend-cranelift", feature = "docs"))]
|
||||
|
Loading…
x
Reference in New Issue
Block a user