Skip to content

Commit

Permalink
Wrap flexbuffers bullet point to 80 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 26, 2022
1 parent df6310e commit 4d2e36d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion serde/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//!
Expand Down

0 comments on commit 4d2e36d

Please sign in to comment.