From c8d69a25e766d7bd1f96e1edeb03dd737b07cdb1 Mon Sep 17 00:00:00 2001 From: Fenrir Date: Wed, 1 Feb 2017 02:01:40 -0700 Subject: ctr-std: add collections module --- ctr-std/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ctr-std/src/lib.rs') diff --git a/ctr-std/src/lib.rs b/ctr-std/src/lib.rs index b43e108..a2e200b 100644 --- a/ctr-std/src/lib.rs +++ b/ctr-std/src/lib.rs @@ -2,6 +2,8 @@ #![feature(allow_internal_unstable)] #![feature(box_syntax)] #![feature(collections)] +#![feature(collections_bound)] +#![feature(collections_range)] #![feature(const_fn)] #![feature(compiler_builtins_lib)] #![feature(core_intrinsics)] @@ -135,6 +137,7 @@ pub mod f32; pub mod f64; pub mod ascii; +pub mod collections; pub mod error; pub mod ffi; pub mod io; -- cgit v1.2.3