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::*; ///