Skip to content

Commit

Permalink
Update crate doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dphm committed Jan 9, 2024
1 parent e5b37ee commit 374f433
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions graphql_client_codegen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 374f433

Please sign in to comment.