Update doc comment
This commit is contained in:
parent
addfe01eb0
commit
214afdee81
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,9 @@ struct Shared {
|
||||||
|
|
||||||
/// ZIP archive reader
|
/// 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
|
/// ```no_run
|
||||||
/// use std::io::prelude::*;
|
/// use std::io::prelude::*;
|
||||||
|
|
Loading…
Add table
Reference in a new issue