diff --git a/proxmox/src/api/api_type_macros.rs b/proxmox/src/api/api_type_macros.rs index 5760fbc8..60d5adaa 100644 --- a/proxmox/src/api/api_type_macros.rs +++ b/proxmox/src/api/api_type_macros.rs @@ -2,7 +2,7 @@ /// /// This is meant to be used with an API-type tuple struct containing a single `String` like this: /// -/// ```no_run +/// ```ignore /// # use proxmox::api::api; /// # use proxmox::api::schema::ApiStringFormat; /// # const PROXMOX_SAFE_ID_FORMAT: ApiStringFormat = ApiStringFormat::Enum(&[]);