Skip to content

Commit

Permalink
Fix clippy failure
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Sep 15, 2024
1 parent d905614 commit 45fecd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use structopt::StructOpt;

// See https://github.com/graphql-rust/graphql-client/blob/master/graphql_client/tests/custom_scalars.rs#L6
type GitSSHRemote = String;
#[allow(clippy::upper_case_acronyms)]
type URI = String;

#[derive(GraphQLQuery)]
Expand Down

0 comments on commit 45fecd3

Please sign in to comment.