File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ impl Module {
210
210
/// Gets the first `FunctionValue` defined in this `Module`.
211
211
///
212
212
/// # Example
213
- /// ```rust
213
+ /// ```rust,no_run
214
214
/// use inkwell::context::Context;
215
215
/// use inkwell::module::Module;
216
216
///
@@ -236,7 +236,7 @@ impl Module {
236
236
/// Gets the last `FunctionValue` defined in this `Module`.
237
237
///
238
238
/// # Example
239
- /// ```rust
239
+ /// ```rust,no_run
240
240
/// use inkwell::context::Context;
241
241
/// use inkwell::module::Module;
242
242
///
@@ -262,7 +262,7 @@ impl Module {
262
262
/// Gets a `FunctionValue` defined in this `Module` by its name.
263
263
///
264
264
/// # Example
265
- /// ```rust
265
+ /// ```rust,no_run
266
266
/// use inkwell::context::Context;
267
267
/// use inkwell::module::Module;
268
268
///
You can’t perform that action at this time.
0 commit comments