Skip to content

Commit ffcc443

Browse files
committed
librustc: Fix poorly formatted doc in feature_gate
The #![feature(...)] line had been rendering in the docs as a header because of Markdown syntax.
1 parent 4c39962 commit ffcc443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/front/feature_gate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//! enabled.
1717
//!
1818
//! Features are enabled in programs via the crate-level attributes of
19-
//! #![feature(...)] with a comma-separated list of features.
19+
//! `#![feature(...)]` with a comma-separated list of features.
2020
2121
use middle::lint;
2222

0 commit comments

Comments
 (0)