diff options
| author | varkor <github@varkor.com> | 2018-07-23 01:14:41 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2018-08-05 15:54:48 +0100 |
| commit | 64185f205dcbd8db255ad6674e43c63423f2369a (patch) | |
| tree | efc30a957abbad69ad8974b42ddc04199c5b28cd /src/etc/test-float-parse | |
| parent | 9f9ac89d11a2afaeaa029738b38142124684c89b (diff) | |
| download | rust-64185f205dcbd8db255ad6674e43c63423f2369a.tar.gz rust-64185f205dcbd8db255ad6674e43c63423f2369a.zip | |
Remove unnecessary or invalid feature attributes
Diffstat (limited to 'src/etc/test-float-parse')
| -rw-r--r-- | src/etc/test-float-parse/many-digits.rs | 2 | ||||
| -rw-r--r-- | src/etc/test-float-parse/rand-f64.rs | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/etc/test-float-parse/many-digits.rs b/src/etc/test-float-parse/many-digits.rs index 674c30ad84e..469a38da2b8 100644 --- a/src/etc/test-float-parse/many-digits.rs +++ b/src/etc/test-float-parse/many-digits.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![feature(rand)] - extern crate rand; mod _common; diff --git a/src/etc/test-float-parse/rand-f64.rs b/src/etc/test-float-parse/rand-f64.rs index 1d82912054e..2994dd9d5e6 100644 --- a/src/etc/test-float-parse/rand-f64.rs +++ b/src/etc/test-float-parse/rand-f64.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![feature(rand)] - extern crate rand; mod _common; |
