api_type_macros.rs: disable failing doctest (set it to ignore instead of no_run)

This commit is contained in:
Dietmar Maurer 2021-05-05 08:03:35 +02:00
parent 64ac45ba91
commit fa3b5374ed

View File

@ -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(&[]);