Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kflansburg committed Feb 28, 2024
1 parent 6c5b662 commit 3e253fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker/src/d1/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ impl From<D1DatabaseSys> for D1Database {
}

// A D1 prepared query statement.
#[derive(Clone)]
pub struct D1PreparedStatement(D1PreparedStatementSys);

impl D1PreparedStatement {
Expand Down

0 comments on commit 3e253fc

Please sign in to comment.