Skip to content

Commit

Permalink
Fixed a stray comment. (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuthambi committed Feb 23, 2021
1 parent 7b9fa8b commit da78b03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit da78b03

Please sign in to comment.