Skip to content

Commit 6c6f58c

Browse files
committed
Derive Clone for Store
1 parent b8b16b9 commit 6c6f58c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/async_store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use sqlx::{
1515
use crate::Error;
1616

1717
/// Store.
18-
#[derive(Debug)]
18+
#[derive(Debug, Clone)]
1919
pub struct Store {
2020
/// Pool.
2121
pub(crate) pool: Pool,

0 commit comments

Comments
 (0)