diff --git a/proxmox-api-macro/tests/types.rs b/proxmox-api-macro/tests/types.rs index 6d452d44..efa7a814 100644 --- a/proxmox-api-macro/tests/types.rs +++ b/proxmox-api-macro/tests/types.rs @@ -1,6 +1,8 @@ //! This should test the usage of "external" types. For any unrecognized schema type we expect the //! type's impl to provide an `pub const API_SCHEMA: &Schema`. +#![allow(dead_code)] + use proxmox::api::schema; use proxmox_api_macro::api;