Clean up features
This commit is contained in:
parent
34fd29ebca
commit
8f0dc6cab8
@ -1,7 +1,4 @@
|
|||||||
#![feature(or_patterns)]
|
#![feature(box_patterns, box_syntax, trace_macros, or_patterns)]
|
||||||
#![feature(trace_macros)]
|
|
||||||
//#![feature(unrestricted_attribute_tokens)]
|
|
||||||
#![feature(slice_patterns, box_patterns, box_syntax)]
|
|
||||||
|
|
||||||
//! `schala-lang` is where the Schala programming language is actually implemented.
|
//! `schala-lang` is where the Schala programming language is actually implemented.
|
||||||
//! It defines the `Schala` type, which contains the state for a Schala REPL, and implements
|
//! It defines the `Schala` type, which contains the state for a Schala REPL, and implements
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#![feature(link_args)]
|
#![feature(link_args, box_patterns, box_syntax, proc_macro_hygiene, decl_macro)]
|
||||||
#![feature(slice_patterns, box_patterns, box_syntax, proc_macro_hygiene, decl_macro)]
|
|
||||||
#![feature(plugin)]
|
#![feature(plugin)]
|
||||||
extern crate getopts;
|
extern crate getopts;
|
||||||
extern crate linefeed;
|
extern crate linefeed;
|
||||||
|
Loading…
Reference in New Issue
Block a user