Commit cd1f64c
committed
refactor(gctx): remove visitor methods that is never called
It never worked because our custom `Deserializer::deserialize_option`
never called `visit_str`. See
https://github.com/rust-lang/cargo/blob/c369b8c8d85a/src/cargo/util/config/de.rs#L135-L1451 parent 42933db commit cd1f64c
1 file changed
+1
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
| 401 | + | |
422 | 402 | | |
423 | 403 | | |
424 | 404 | | |
| |||
0 commit comments