From 46ba96544a8e13141d3f4920bc67e35dbdbc559f Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 26 Jun 2022 18:04:25 -0700 Subject: docs(wpcarro/rust): Tidy-up documentation width Line was too long Change-Id: I62c4454307f89e089f7d4cda0721f6b9d8029ced Reviewed-on: https://cl.tvl.fyi/c/depot/+/5900 Tested-by: BuildkiteCI Reviewed-by: wpcarro Autosubmit: wpcarro --- users/wpcarro/scratch/rust/json/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/wpcarro/scratch/rust/json/src/main.rs b/users/wpcarro/scratch/rust/json/src/main.rs index 1ec332705d..6481224fff 100644 --- a/users/wpcarro/scratch/rust/json/src/main.rs +++ b/users/wpcarro/scratch/rust/json/src/main.rs @@ -3,8 +3,8 @@ use serde_json::{json, Value}; // From the serde_json docs: // -// > There are three common ways that you might find yourself needing to work with -// > JSON data in Rust. +// > There are three common ways that you might find yourself needing to work +// > with JSON data in Rust. // > // > 1. As text data. An unprocessed string of JSON data that you receive on an // > HTTP endpoint, read from a file, or prepare to send to a remote server. -- cgit 1.4.1