From da78b036c65fb95529002d2df94ec2b9dce7fbcb Mon Sep 17 00:00:00 2001 From: Manu Date: Tue, 23 Feb 2021 08:48:04 -0500 Subject: [PATCH] Fixed a stray comment. (#360) --- src/config/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/config/mod.rs b/src/config/mod.rs index f9edc7db..94615d1a 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -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.