This repository was archived by the owner on May 28, 2025. It is now read-only.
forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit ad4f303
authored
Rollup merge of rust-lang#113556 - cuviper:trim-rls, r=Mark-Simulacrum
Don't use serde-derive in the rls shim
The already-small RLS shim can get a little smaller, and faster to
build, if we drop the serde-derive dependency and decode the one
"method" field it needs manually from `serde_json::Value`.3 files changed
+5
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3021 | 3021 |
| |
3022 | 3022 |
| |
3023 | 3023 |
| |
3024 | - | ||
3025 | 3024 |
| |
3026 | 3025 |
| |
3027 | 3026 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | - | ||
9 | 8 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | - | ||
6 | + | ||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | - | ||
25 | 24 |
| |
26 | 25 |
| |
27 | 26 |
| |
| |||
88 | 87 |
| |
89 | 88 |
| |
90 | 89 |
| |
91 | - | ||
92 | - | ||
90 | + | ||
91 | + | ||
92 | + | ||
93 | + | ||
93 | 94 |
| |
94 | 95 |
| |
95 | 96 |
| |
|
0 commit comments