File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 9146a919b616e39e528e4d7100d16eef52f1f852
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: bc486dc233b23f79d5f144cbbbd67cde208c14b6
4
+ refs/heads/snap-stage3: e8bc621f48257d9cde1d7c4ce80c4190220c169a
5
5
refs/heads/try: 20cbbffeefc1f35e2ea63afce7b42fbd79611d42
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ impl ChaChaRng {
117
117
/// security proof for a more involved example of this.
118
118
///
119
119
/// The modified word layout is:
120
- /// ```ignore
120
+ /// ```text
121
121
/// constant constant constant constant
122
122
/// key key key key
123
123
/// key key key key
Original file line number Diff line number Diff line change 120
120
//!
121
121
//! The compiler accepts a flag of this form a number of times:
122
122
//!
123
- //! ```ignore
123
+ //! ```text
124
124
//! --extern crate-name=path/to/the/crate.rlib
125
125
//! ```
126
126
//!
152
152
//!
153
153
//! and the compiler would be invoked as:
154
154
//!
155
- //! ```ignore
155
+ //! ```text
156
156
//! rustc a.rs --extern b1=path/to/libb1.rlib --extern b2=path/to/libb2.rlib
157
157
//! ```
158
158
//!
178
178
//! dependencies, not the upstream transitive dependencies. Consider this
179
179
//! dependency graph:
180
180
//!
181
- //! ```ignore
181
+ //! ```text
182
182
//! A.1 A.2
183
183
//! | |
184
184
//! | |
You can’t perform that action at this time.
0 commit comments