macro: silence some warnings in tests

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-15 14:10:36 +01:00
parent 17980fe62d
commit f22b693800

View File

@ -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;