rollup merge of #22459: alexcrichton/feature-names

Conflicts:
	src/rustbook/main.rs
This commit is contained in:
Alex Crichton 2015-02-17 15:16:22 -08:00
commit d8ba8b00a7
18 changed files with 36 additions and 37 deletions

View file

@ -11,10 +11,10 @@
#![feature(box_syntax)]
#![feature(collections)]
#![feature(core)]
#![feature(io)]
#![feature(old_io)]
#![feature(os)]
#![feature(env)]
#![feature(path)]
#![feature(old_path)]
#![feature(rustdoc)]
extern crate rustdoc;