Skip to content

Commit

Permalink
bind docs
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Sep 23, 2024
1 parent 3c3e5fd commit 1a7ed92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl Query {
/// during query execution (`execute()`, `fetch()` etc).
///
/// WARNING: This means that the query must not have any extra `?`, even if
/// they are in a string literal!
/// they are in a string literal! Use `??` to have plain `?` in query.
///
/// [`Serialize`]: serde::Serialize
/// [`Identifier`]: crate::sql::Identifier
Expand Down

0 comments on commit 1a7ed92

Please sign in to comment.