diff --git a/libs/compute_api/src/responses.rs b/libs/compute_api/src/responses.rs index 202cf4cb27..9981595ff9 100644 --- a/libs/compute_api/src/responses.rs +++ b/libs/compute_api/src/responses.rs @@ -27,7 +27,6 @@ pub struct ComputeConfig { pub spec: Option, /// The compute_ctl configuration - #[allow(dead_code)] pub compute_ctl_config: ComputeCtlConfig, }