diff --git a/crates/prolog_parser/Cargo.toml b/crates/prolog_parser/Cargo.toml index 8946bf27..ba0e6ca2 100644 --- a/crates/prolog_parser/Cargo.toml +++ b/crates/prolog_parser/Cargo.toml @@ -20,4 +20,7 @@ path = "src/lib.rs" [features] num = ["num-rug-adapter"] -default = ["rug"] +# no default features to make num tests work +# workaround for --no-default-features and --features not working intuitively for workspaces with a root package +# see rust-lang/cargo#7160 +# default = ["rug"]