From 35a231e20c5a5d54e3e4a2c1911eff7a948119a8 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 22 Aug 2021 22:14:32 +0200 Subject: [PATCH] api: Rewrap doc comment --- crates/ruma-api/src/lib.rs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/crates/ruma-api/src/lib.rs b/crates/ruma-api/src/lib.rs index 1ae3cbb2..5140d163 100644 --- a/crates/ruma-api/src/lib.rs +++ b/crates/ruma-api/src/lib.rs @@ -78,10 +78,9 @@ use ruma_identifiers::UserId; /// /// ## Request /// -/// The request block contains normal struct field definitions. -/// Doc comments and attributes are allowed as normal. -/// There are also a few special attributes available to control how the struct is converted -/// into a `http::Request`: +/// The request block contains normal struct field definitions. Doc comments and attributes are +/// allowed as normal. There are also a few special attributes available to control how the +/// struct is converted into an `http::Request`: /// /// * `#[ruma_api(header = HEADER_NAME)]`: Fields with this attribute will be treated as HTTP /// headers on the request. The value must implement `AsRef`. Generally this is a