Commit 749805e
committed
Fix critical compilation error in dashcore-rpc
- Move #[allow(unused)] to correct position with crate attributes
- Add missing '!' to make it a proper crate-level attribute
- Resolves clippy compilation failure when warnings are treated as errors1 parent 51aa741 commit 749805e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments