Commit 0408f3d
committed
Fix unused clippy lint
The `opcodes` module is only used by script which is feature gated on
`alloc`. This causes an unused lint error on `no-default-features`.
Feature gate the whole module on `alloc`.1 parent 67eea0b commit 0408f3d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
0 commit comments