diff options
| author | Flavio Percoco <flaper87@gmail.com> | 2015-01-11 11:09:53 +0100 |
|---|---|---|
| committer | Flavio Percoco <flaper87@gmail.com> | 2015-01-16 08:18:56 +0100 |
| commit | bb04121138b636f6aa43e10fa38629043a0f0f48 (patch) | |
| tree | a2ed347e2dfb1ebf6d31b7b8c39f53a1bb3e65f6 /src/liballoc/lib.rs | |
| parent | 388e30f78e545deb798f8cd6192cf939e5d8342a (diff) | |
| download | rust-bb04121138b636f6aa43e10fa38629043a0f0f48.tar.gz rust-bb04121138b636f6aa43e10fa38629043a0f0f48.zip | |
Don't use NoSend/NoSync in liballoc
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 4a85637625a..6c853306035 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -68,6 +68,7 @@ #![allow(unknown_features)] #![feature(lang_items, unsafe_destructor)] #![feature(box_syntax)] +#![feature(optin_builtin_traits)] #![allow(unknown_features)] #![feature(int_uint)] #[macro_use] |
