Commit ca61220
authored
chore(app): Disallow warnings in policy router's backend metrics (#3227)
a stray `#![allow(warnings)]` directive seems to have slipped in from
an initial prototyping phase.
this commit removes this directive from
`/linkerd/app/outbound/src/http/logical/policy/route/backend/metrics.rs`,
and addresses the newly unearthed warnings, related to unused imports.
Signed-off-by: katelyn martin <[email protected]>1 parent d05b616 commit ca61220
File tree
2 files changed
+2
-10
lines changed- linkerd/app/outbound/src/http/logical/policy/route/backend
- metrics
2 files changed
+2
-10
lines changedLines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 2 | + | |
9 | 3 | | |
10 | 4 | | |
11 | 5 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | | - | |
11 | | - | |
| 9 | + | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
0 commit comments