Skip to content

Commit

Permalink
remove mention of things that don't yet exist
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Mar 30, 2023
1 parent 8ba2205 commit af484fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ pub use cookie_store::{CookieStore, CookieStoreError};
#[cfg(feature = "memory-store")]
pub use memory_store::{MemoryStore, MemoryStoreError};
pub use session::Session;
pub use session_store::{BoxedError, BoxedSessionStore, SessionStore};
pub use session_store::{SessionStore};

pub use async_trait::async_trait;

0 comments on commit af484fd

Please sign in to comment.