From 3ee175c798adef0ef5da136935088b1fb35a8ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 30 Dec 2021 11:04:39 +0100 Subject: [PATCH] tfa: ignore uncompilable doctest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the doctest code uses non-public `fold`, up for re-evaluation if this gets moved to proxmox-serde and made public.. Signed-off-by: Fabian Grünbichler --- proxmox-tfa/src/api/serde_tools.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proxmox-tfa/src/api/serde_tools.rs b/proxmox-tfa/src/api/serde_tools.rs index b9f73d7a..39f1f4ae 100644 --- a/proxmox-tfa/src/api/serde_tools.rs +++ b/proxmox-tfa/src/api/serde_tools.rs @@ -1,6 +1,7 @@ //! Submodule for generic serde helpers. //! //! FIXME: This should appear in `proxmox-serde`. +//! FIXME: doc test below is disabled since serde-tools is not public (yet)! use std::fmt; use std::marker::PhantomData; @@ -67,7 +68,7 @@ where /// implementation details. /// /// Example: -/// ``` +/// ```ignore /// # use serde::Deserialize; /// /// #[derive(Deserialize)]