Browse Source

switch on feature(const_unique_new)

master
3moon 8 years ago
parent
commit
e9dee7092e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/lib.rs

+ 1
- 0
src/lib.rs View File

@ -2,6 +2,7 @@
#![feature(unique)]
#![feature(const_fn)]
#![feature(lang_items)]
#![feature(const_unique_new)]
#![no_std]
#[macro_use]


Loading…
Cancel
Save