Commit 1e7c51f
committed
fix(gateway): suppress dead_code + manual_non_exhaustive clippy lints
Autonomous decisions:
- Added #[allow(dead_code)] to feature_set_repo field (retained for constructor
API stability; removing the parameter requires updating 7+ call sites across
tests and service_container.rs — deferred cleanup)
- Added #[allow(clippy::manual_non_exhaustive)] to ResolutionSource enum
(SpaceDefault kept intentionally for serde compat, not an oversight)
Signed-off-by: crimsonsunset <jsangio1@gmail.com>1 parent 7345ff2 commit 1e7c51f
1 file changed
Lines changed: 7 additions & 2 deletions
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
| |||
177 | 181 | | |
178 | 182 | | |
179 | 183 | | |
180 | | - | |
181 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
182 | 187 | | |
183 | 188 | | |
184 | 189 | | |
| |||
0 commit comments