File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ impl ReconcilerError for Error {
386
386
Error :: FailedToInitializeSecurityContext { .. } => None ,
387
387
Error :: CreateClusterResources { .. } => None ,
388
388
Error :: FailedToResolveConfig { .. } => None ,
389
- Error :: VectorAggregatorConfigMapMissing { .. } => None ,
389
+ Error :: VectorAggregatorConfigMapMissing => None ,
390
390
Error :: InvalidLoggingConfig { .. } => None ,
391
391
Error :: ApplyServiceAccount { .. } => None ,
392
392
Error :: ApplyRoleBinding { .. } => None ,
Original file line number Diff line number Diff line change
1
+ // TODO: Look into how to properly resolve `clippy::large_enum_variant`.
2
+ // This will need changes in our and upstream error types.
3
+ #![ allow( clippy:: result_large_err) ]
4
+
1
5
use std:: sync:: Arc ;
2
6
3
7
use clap:: Parser ;
You can’t perform that action at this time.
0 commit comments