Skip to content

Commit 5f9b59b

Browse files
committed
Fixed rustdoc linking failure
1 parent 033571a commit 5f9b59b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/module.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ impl Module {
210210
/// Gets the first `FunctionValue` defined in this `Module`.
211211
///
212212
/// # Example
213-
/// ```rust
213+
/// ```rust,no_run
214214
/// use inkwell::context::Context;
215215
/// use inkwell::module::Module;
216216
///
@@ -236,7 +236,7 @@ impl Module {
236236
/// Gets the last `FunctionValue` defined in this `Module`.
237237
///
238238
/// # Example
239-
/// ```rust
239+
/// ```rust,no_run
240240
/// use inkwell::context::Context;
241241
/// use inkwell::module::Module;
242242
///
@@ -262,7 +262,7 @@ impl Module {
262262
/// Gets a `FunctionValue` defined in this `Module` by its name.
263263
///
264264
/// # Example
265-
/// ```rust
265+
/// ```rust,no_run
266266
/// use inkwell::context::Context;
267267
/// use inkwell::module::Module;
268268
///

0 commit comments

Comments
 (0)