Fixed a stray comment. (#360)

This commit is contained in:
Manu 2021-02-23 08:48:04 -05:00 committed by GitHub
parent 99f22a3755
commit c1b91d5a74
1 changed files with 0 additions and 2 deletions

View File

@ -125,8 +125,6 @@ impl InternalOptions for DefaultOptions {
///
/// When a byte limit is set, bincode will return `Err` on any deserialization that goes over the limit, or any
/// serialization that goes over the limit.
/// Sets the byte limit to be unlimited.
/// This is the default.
pub trait Options: InternalOptions + Sized {
/// Sets the byte limit to be unlimited.
/// This is the default.