We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d98b8 commit cdaf38bCopy full SHA for cdaf38b
src/util/errors.rs
@@ -238,6 +238,12 @@ impl From<crates_io_trustpub::github::validation::ValidationError> for BoxedAppE
238
}
239
240
241
+impl From<crates_io_trustpub::gitlab::validation::ValidationError> for BoxedAppError {
242
+ fn from(error: crates_io_trustpub::gitlab::validation::ValidationError) -> Self {
243
+ bad_request(error)
244
+ }
245
+}
246
+
247
// =============================================================================
248
// Internal error for use with `chain_error`
249
0 commit comments