Skip to content

Commit

Permalink
lint: add imports
Browse files Browse the repository at this point in the history
  • Loading branch information
caojen committed Apr 19, 2024
1 parent f41c115 commit 1d6c5bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
//!
//! You can use `google_oauth::Client` to validate tokens:
//! ```rust
//! use google_oauth::Client;
//!
//! let client_id = "your client id";
//! let id_token = "the id_token";
//!
Expand Down

0 comments on commit 1d6c5bd

Please sign in to comment.