Skip to content

Commit

Permalink
Turn off doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
Proziam committed Dec 1, 2024
1 parent 5c7c216 commit fa0cf1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ through the [`AuthClient`] struct.
- Properly handle token expiration and refresh cycles
*/

#![cfg(not(doctest))]

use std::env;

use reqwest::{
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ let url = auth_client.sso(params).await.unwrap();
* ✓ SSO
*/

#![cfg(not(doctest))]
#![forbid(unsafe_code)]
#![deny(missing_debug_implementations)]

Expand Down

0 comments on commit fa0cf1c

Please sign in to comment.