librustc: Fix poorly formatted doc in feature_gate

The #![feature(...)] line had been rendering in the docs as a header
because of Markdown syntax.
This commit is contained in:
Tom Jakubowski 2014-06-22 10:29:42 -07:00
parent 4c39962d32
commit ffcc443098

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;