We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee362bd commit 631efd7Copy full SHA for 631efd7
docs/dev/cheatcodes.md
@@ -113,7 +113,7 @@ The way bindings are generated and extra information can be found in the [`sol!`
113
114
We leverage this macro to apply the [`Cheatcode` derive macro](#cheatcode-derive-macro) on the `Vm` interface.
115
116
-### [`Cheatcode`](../../crates/macros/impl/src/cheatcodes.rs) derive macro
+### [`Cheatcode`](../../crates/macros/src/cheatcodes.rs) derive macro
117
118
This is derived once on the `Vm` interface declaration, which recursively applies it to all of the
119
interface's items, as well as the `sol!`-generated items, such as the `VmCalls` enum.
0 commit comments