From 214afdee81c4f60e5281e51d27c432d9e07b3374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20du=20Garreau?= Date: Sun, 6 Feb 2022 23:29:35 +0100 Subject: [PATCH] Update doc comment --- src/read.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/read.rs b/src/read.rs index 904f6e8f..8aa38074 100644 --- a/src/read.rs +++ b/src/read.rs @@ -45,7 +45,9 @@ struct Shared { /// ZIP archive reader /// -/// This type is cheap to clone if this is the case for the reader it uses. +/// At the moment, this type is cheap to clone if this is the case for the +/// reader it uses. However, this is not guaranteed by this crate and it may +/// change in the future. /// /// ```no_run /// use std::io::prelude::*;