Commit aecd8ce
committed
fix(examples): remove now missing tower feature
It was removed in hyperium#2339
Now clippy is unhappy about us requiring it in examples:
```
warning: invalid feature `tower` in required-features of target `tower-client`: `tower` is not present in [features] section
warning: invalid feature `tower` in required-features of target `tower-server`: `tower` is not present in [features] section
```1 parent ff7b540 commit aecd8ce
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
95 | | - | |
96 | 94 | | |
97 | 95 | | |
98 | 96 | | |
| |||
0 commit comments