Skip to content

Commit 66f3a37

Browse files
authored
refactor: make StoredStatement::parse public (#425)
1 parent fb25745 commit 66f3a37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/stmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub struct StoredStatement<S> {
2525
}
2626

2727
impl<S> StoredStatement<S> {
28-
pub(crate) async fn parse<C, Q>(
28+
pub async fn parse<C, Q>(
2929
client: &C,
3030
parse: &Parse,
3131
parser: Q,

0 commit comments

Comments
 (0)