From 497934a7b44a9857be3698354711ad1b0da4b8c9 Mon Sep 17 00:00:00 2001 From: Wilco Kusee Date: Sat, 23 Mar 2019 08:44:29 +0100 Subject: Disable fork feature for proptest --- crates/ra_ide_api_light/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'crates/ra_ide_api_light') diff --git a/crates/ra_ide_api_light/Cargo.toml b/crates/ra_ide_api_light/Cargo.toml index a30833dc3..4e69f5325 100644 --- a/crates/ra_ide_api_light/Cargo.toml +++ b/crates/ra_ide_api_light/Cargo.toml @@ -17,5 +17,10 @@ ra_fmt = { path = "../ra_fmt" } [dev-dependencies] test_utils = { path = "../test_utils" } -proptest = "0.9.0" insta = "0.7.0" + +[dev-dependencies.proptest] +version = "0.9.0" +# Disable `fork` feature to allow compiling on webassembly +default-features = false +features = ["std", "bit-set", "break-dead-code"] -- cgit v1.2.3