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:
parent
4c39962d32
commit
ffcc443098
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user