Skip to content

Commit

Permalink
Fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Jul 26, 2023
1 parent 80216b0 commit 20109a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use futures::{Async, Future, Poll};
use std::marker::PhantomData;
use std::rc::Rc;


use crate::tokens::ClaimsValidator;

pub struct Logger(Rc<Inner>);
Expand Down

0 comments on commit 20109a9

Please sign in to comment.