Commit 77861d6
committed
fix: allow dead_code in LSP types and MCP params modules
Rust 1.93 on CI catches more dead_code than local toolchain. These
structs are constructed via serde Deserialize which the compiler
doesn't see as construction.1 parent a2cfdd1 commit 77861d6
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments