diff options
| author | gnzlbg <gonzalobg88@gmail.com> | 2019-07-02 08:32:31 +0200 |
|---|---|---|
| committer | gnzlbg <gonzalobg88@gmail.com> | 2019-07-02 08:32:31 +0200 |
| commit | cc1671fc576eb3ca390e3f9979bac4afae063193 (patch) | |
| tree | 6791135883c09fc4aa1a76c9195f1759de2964fb /library/compiler-builtins | |
| parent | 53c6687ef53383c6c6b387908c1a1f9893e371dc (diff) | |
| download | rust-cc1671fc576eb3ca390e3f9979bac4afae063193.tar.gz rust-cc1671fc576eb3ca390e3f9979bac4afae063193.zip | |
Do not enable default features in benchmarks
Diffstat (limited to 'library/compiler-builtins')
| -rw-r--r-- | library/compiler-builtins/libm/crates/libm-bench/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/compiler-builtins/libm/crates/libm-bench/Cargo.toml b/library/compiler-builtins/libm/crates/libm-bench/Cargo.toml index 8e06e0fb5c8..d28dd861fe4 100644 --- a/library/compiler-builtins/libm/crates/libm-bench/Cargo.toml +++ b/library/compiler-builtins/libm/crates/libm-bench/Cargo.toml @@ -6,6 +6,6 @@ edition = "2018" license = "MIT OR Apache-2.0" [dependencies] -libm = { path = "../.." } +libm = { path = "../..", default-features = false } rand = "0.6.5" paste = "0.1.5" |
