Skip to content

Commit 42426e3

Browse files
committed
docs: Fix start of code block in docstring
1 parent beb3f2c commit 42426e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasm-lib/src/structure/tasm_object.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ pub trait TasmStruct: TasmObject {
107107
/// the program and asserts that the extracted value matches the original `bar`
108108
/// value.
109109
///
110-
/// ```ignore // derive macro `BFieldCodec` does not behave nicely; todo
110+
/// ```no_compile
111+
/// # // ^^^^^^^ derive macro `BFieldCodec` does not behave nicely; todo
111112
/// # use tasm_lib::prelude::*;
112113
/// # use tasm_lib::triton_vm::prelude::*;
113114
/// # use tasm_lib::memory::encode_to_memory;

0 commit comments

Comments
 (0)