From 810086e4737cb340dad092be8da88d970832b7f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lena=20Hellstr=C3=B6m?= Date: Tue, 23 Feb 2021 12:09:15 -0800 Subject: [PATCH] fix linting ci error (#377) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 5c4d9d0..b0b49e8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -67,7 +67,7 @@ pub fn config() -> Config { /// module. See the /// [config](config/index.html#options-struct-vs-bincode-functions) /// module for more details -/// +/// /// ### Default Configuration: /// /// | Byte limit | Endianness | Int Encoding | Trailing Behavior |