From 374f433f40c1e8bdc5ac4565ec39398ba9cfbe25 Mon Sep 17 00:00:00 2001 From: Delta Pham Date: Tue, 9 Jan 2024 13:41:49 -0500 Subject: [PATCH] Update crate doc comment --- graphql_client_codegen/src/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/graphql_client_codegen/src/lib.rs b/graphql_client_codegen/src/lib.rs index e21adee2..bc37d8da 100644 --- a/graphql_client_codegen/src/lib.rs +++ b/graphql_client_codegen/src/lib.rs @@ -2,9 +2,7 @@ #![warn(rust_2018_idioms)] #![allow(clippy::option_option)] -//! Crate for internal use by other graphql-client crates, for code generation. -//! -//! It is not meant to be used directly by users of the library. +//! Crate for Rust code generation from a GraphQL query, schema, and options. use lazy_static::*; use proc_macro2::TokenStream;