File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -170,8 +170,6 @@ enum Error {
170170 NoGithubToken ,
171171 #[ snafu( display( "Unable to deserialize request: {}" , source) ) ]
172172 Deserialization { source : serde_json:: Error } ,
173- #[ snafu( display( "Unable to serialize response: {}" , source) ) ]
174- Serialization { source : serde_json:: Error } ,
175173
176174 #[ snafu( transparent) ]
177175 EvaluateRequest {
@@ -208,10 +206,6 @@ enum Error {
208206 source : server_axum:: api_orchestrator_integration_impls:: ParseMacroExpansionRequestError ,
209207 } ,
210208
211- #[ snafu( display( "No request was provided" ) ) ]
212- RequestMissing ,
213- #[ snafu( display( "The cache has been poisoned" ) ) ]
214- CachePoisoned ,
215209 #[ snafu( display( "The WebSocket worker panicked: {}" , text) ) ]
216210 WebSocketTaskPanic { text : String } ,
217211
You can’t perform that action at this time.
0 commit comments