From 406c6906b73cbc852aaaf49a1b3b8e683c1ae0a8 Mon Sep 17 00:00:00 2001 From: aidan coyne Date: Mon, 19 Sep 2022 16:19:29 -0500 Subject: [PATCH] re-format --- src/schema.rs | 5 +++-- src/types/connection/mod.rs | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/schema.rs b/src/schema.rs index 7c54689b..adcac107 100644 --- a/src/schema.rs +++ b/src/schema.rs @@ -173,8 +173,9 @@ impl SchemaBuilder self } - /// Enables printing the apollo federation 2 `@link` directive during federation schema export; - /// the directive is attached to an "extend schema" element, and will have values set to ensure that + /// Enables printing the apollo federation 2 `@link` directive during + /// federation schema export; the directive is attached to an "extend + /// schema" element, and will have values set to ensure that /// the federation schema directives and types are named properly. #[must_use] pub fn enable_apollo_fed2_link(mut self) -> Self { diff --git a/src/types/connection/mod.rs b/src/types/connection/mod.rs index ecb56466..04cf6a82 100644 --- a/src/types/connection/mod.rs +++ b/src/types/connection/mod.rs @@ -222,7 +222,7 @@ where /// # Examples /// /// ```rust -/// +/// /// use async_graphql::*; /// use async_graphql::types::connection::*; ///