Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
This commit is contained in:
parent
f314e2c4ea
commit
60be2f52d2
82 changed files with 363 additions and 236 deletions
|
@ -24,7 +24,7 @@
|
|||
html_playground_url = "http://play.rust-lang.org/")]
|
||||
|
||||
#![allow(unknown_features)]
|
||||
#![feature(macro_rules, phase, slicing_syntax, globs)]
|
||||
#![feature(macro_rules, slicing_syntax, globs)]
|
||||
#![feature(unboxed_closures)]
|
||||
#![feature(associated_types)]
|
||||
#![deny(missing_docs)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue