We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0cfaed commit 5ed8989Copy full SHA for 5ed8989
1 file changed
src/lib.rs
@@ -1497,7 +1497,7 @@ impl<'conn> Statement<'conn> {
1497
let conn = self.conn.conn.borrow();
1498
check_desync!(conn);
1499
assert!(conn.trans_depth == trans.depth,
1500
- "`lazy_query` may only be called on the active transaction");
+ "`lazy_query` must be passed the active transaction");
1501
drop(conn);
1502
1503
let id = self.next_portal_id.get();
0 commit comments