From 4d2e36d19b32fe27dd56f2b1509059ca5e506326 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 26 Dec 2022 09:14:23 -0800 Subject: [PATCH] Wrap flexbuffers bullet point to 80 columns --- serde/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/serde/src/lib.rs b/serde/src/lib.rs index 310965e9a..9febc8801 100644 --- a/serde/src/lib.rs +++ b/serde/src/lib.rs @@ -52,7 +52,8 @@ //! - [S-expressions], the textual representation of code and data used by the //! Lisp language family. //! - [D-Bus]'s binary wire format. -//! - [FlexBuffers], the schemaless cousin of Google's FlatBuffers zero-copy serialization format. +//! - [FlexBuffers], the schemaless cousin of Google's FlatBuffers zero-copy +//! serialization format. //! - [DynamoDB Items], the format used by [rusoto_dynamodb] to transfer data to //! and from DynamoDB. //!