Update doc comment

This commit is contained in:
Benoît du Garreau 2022-02-06 23:29:35 +01:00
parent addfe01eb0
commit 214afdee81

View file

@ -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::*;