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)]