From e352d5545204d7d264f3764d15af53abe06a05ab Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Mon, 5 Aug 2024 19:47:39 +0300 Subject: [PATCH] Remove unused block code in docs examples. --- src/presentation/reader.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/presentation/reader.rs b/src/presentation/reader.rs index 61bd2c2..09b23c1 100644 --- a/src/presentation/reader.rs +++ b/src/presentation/reader.rs @@ -15,8 +15,6 @@ //! module (you can find the complete code in `examples` directory), //! here we focus on the code from the //! reader's perspective. -//! -//! ```ignore use crate::definitions::{ device_engagement::DeviceRetrievalMethod, device_request::{self, DeviceRequest, DocRequest, ItemsRequest},