Skip to content

Commit

Permalink
librustc: Fix poorly formatted doc in feature_gate
Browse files Browse the repository at this point in the history
The #![feature(...)] line had been rendering in the docs as a header
because of Markdown syntax.
  • Loading branch information
tomjakubowski committed Jun 22, 2014
1 parent 4c39962 commit ffcc443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/front/feature_gate.rs
Expand Up @@ -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;

Expand Down

5 comments on commit ffcc443

@bors
Copy link
Contributor

@bors bors commented on ffcc443 Jun 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from sfackler
at tomjakubowski@ffcc443

@bors
Copy link
Contributor

@bors bors commented on ffcc443 Jun 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging tomjakubowski/rust/fix-feature-gate-docs = ffcc443 into auto

@bors
Copy link
Contributor

@bors bors commented on ffcc443 Jun 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tomjakubowski/rust/fix-feature-gate-docs = ffcc443 merged ok, testing candidate = 5971193

@bors
Copy link
Contributor

@bors bors commented on ffcc443 Jun 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 5971193

Please sign in to comment.