auto merge of #15097 : tomjakubowski/rust/fix-feature-gate-docs, r=sfackler

See http://static.rust-lang.org/doc/master/rustc/front/feature_gate/index.html for the problem this fixes.
This commit is contained in:
bors 2014-06-23 02:21:37 +00:00
commit 5971193332

View File

@ -16,7 +16,7 @@
//! enabled.
//!
//! Features are enabled in programs via the crate-level attributes of
//! #![feature(...)] with a comma-separated list of features.
//! `#![feature(...)]` with a comma-separated list of features.
use middle::lint;