Skip to content

Commit

Permalink
Fix doc code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmauro committed Mar 13, 2024
1 parent fdec5ff commit 11b07a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/session_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl RedisStore<bb8::Pool<RedisConnectionManager>> {
/// # Examples
///
/// ```rust,no_run
/// })
///
/// ```
pub fn new(client: bb8::Pool<RedisConnectionManager>) -> Self {
Self { client }
Expand Down

0 comments on commit 11b07a7

Please sign in to comment.