Skip to content

Commit 3e253fc

Browse files
committed
test
1 parent 6c5b662 commit 3e253fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worker/src/d1/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ impl From<D1DatabaseSys> for D1Database {
128128
}
129129

130130
// A D1 prepared query statement.
131+
#[derive(Clone)]
131132
pub struct D1PreparedStatement(D1PreparedStatementSys);
132133

133134
impl D1PreparedStatement {

0 commit comments

Comments
 (0)