From fa3b5374ed61da3c40a1fc58070d6a16c877c3af Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 5 May 2021 08:03:35 +0200 Subject: [PATCH] api_type_macros.rs: disable failing doctest (set it to ignore instead of no_run) --- proxmox/src/api/api_type_macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(&[]);