Skip to content

Commit af484fd

Browse files
committed
remove mention of things that don't yet exist
1 parent 8ba2205 commit af484fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ pub use cookie_store::{CookieStore, CookieStoreError};
5858
#[cfg(feature = "memory-store")]
5959
pub use memory_store::{MemoryStore, MemoryStoreError};
6060
pub use session::Session;
61-
pub use session_store::{BoxedError, BoxedSessionStore, SessionStore};
61+
pub use session_store::{SessionStore};
6262

6363
pub use async_trait::async_trait;

0 commit comments

Comments
 (0)