File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ PKG_FILES := \
48
48
$(S ) configure $(S ) Makefile.in \
49
49
$(S ) man \
50
50
$(addprefix $(S ) src/, \
51
- README.md \
52
51
compiletest \
53
52
doc \
54
53
driver \
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