Rewrap comment

This commit is contained in:
Jonas Platte 2020-08-01 01:02:45 +02:00
parent 10184cb9ca
commit 12c7a4a17c
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -12,7 +12,8 @@ use crate::api::{metadata::Metadata, request::Request};
/// of the path that start with ":". /// of the path that start with ":".
/// ///
/// The first `TokenStream` returned is the constructed url path. The second `TokenStream` is /// The first `TokenStream` returned is the constructed url path. The second `TokenStream` is
/// used for implementing `TryFrom<http::Request<Vec<u8>>>`, from path strings deserialized to ruma types. /// used for implementing `TryFrom<http::Request<Vec<u8>>>`, from path strings deserialized to Ruma
/// types.
pub(crate) fn request_path_string_and_parse( pub(crate) fn request_path_string_and_parse(
request: &Request, request: &Request,
metadata: &Metadata, metadata: &Metadata,