From 8310e10ca174fa264996f3d2338ed915ba1d58fe Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 5 May 2021 23:53:17 +0200 Subject: [PATCH] Fix formatting --- crates/ruma-client/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ruma-client/src/lib.rs b/crates/ruma-client/src/lib.rs index 7464a13b..4aefe50b 100644 --- a/crates/ruma-client/src/lib.rs +++ b/crates/ruma-client/src/lib.rs @@ -71,7 +71,7 @@ //! # ; //! ``` -#![warn( missing_docs)] +#![warn(missing_docs)] use std::{ future::Future,