diff --git a/src/query.rs b/src/query.rs index 5a03d17..97decd4 100644 --- a/src/query.rs +++ b/src/query.rs @@ -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