Skip to content

Commit

Permalink
rustc: Fix make install
Browse files Browse the repository at this point in the history
Move a few docblocks from 'ignore' to something that's not rust (e.g. 'text').

Closes #19678
  • Loading branch information
alexcrichton authored and brson committed Dec 10, 2014
1 parent bc486dc commit e8bc621
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/librand/chacha.rs
Expand Up @@ -117,7 +117,7 @@ impl ChaChaRng {
/// security proof for a more involved example of this.
///
/// The modified word layout is:
/// ```ignore
/// ```text
/// constant constant constant constant
/// key key key key
/// key key key key
Expand Down
6 changes: 3 additions & 3 deletions src/librustc/metadata/loader.rs
Expand Up @@ -120,7 +120,7 @@
//!
//! The compiler accepts a flag of this form a number of times:
//!
//! ```ignore
//! ```text
//! --extern crate-name=path/to/the/crate.rlib
//! ```
//!
Expand Down Expand Up @@ -152,7 +152,7 @@
//!
//! and the compiler would be invoked as:
//!
//! ```ignore
//! ```text
//! rustc a.rs --extern b1=path/to/libb1.rlib --extern b2=path/to/libb2.rlib
//! ```
//!
Expand All @@ -178,7 +178,7 @@
//! dependencies, not the upstream transitive dependencies. Consider this
//! dependency graph:
//!
//! ```ignore
//! ```text
//! A.1 A.2
//! | |
//! | |
Expand Down

0 comments on commit e8bc621

Please sign in to comment.