We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a12454 commit cf1e604Copy full SHA for cf1e604
crates/ir2/build/display/op_code.rs
@@ -50,7 +50,7 @@ impl Display for DisplayOpCode<&'_ Isa> {
50
f,
51
"\
52
{indent}#[allow(non_camel_case_types)]\n\
53
- {indent}/// The operator code (op-code) of a Wasmi bytecode [`Op`](crate::Op).
+ {indent}/// The operator code (op-code) of a Wasmi bytecode [`Op`].\n\
54
{indent}#[repr(u16)]\n\
55
{indent}pub enum OpCode {{\n\
56
{variants}\n\
0 commit comments