Commit 9854fef
committed
fix: resolve clippy redundant_closure and expand env vars in socket field
CI sets RUSTFLAGS=-D warnings which promotes redundant_closure to an
error. Also apply substitute_env_vars to the socket field so configs
like socket: "$ENVOY_SOCK" resolve correctly, matching how uri and
headers are already handled.1 parent b884cd1 commit 9854fef
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
729 | 729 | | |
730 | 730 | | |
731 | 731 | | |
732 | | - | |
| 732 | + | |
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments