We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68717da commit 61eced2Copy full SHA for 61eced2
1 file changed
sync_engine/src/lib.rs
@@ -357,9 +357,9 @@ pub extern "C" fn ExecStatementNow(
357
),
358
Ok(dbkey) => {
359
let result = {
360
- // rc must be
361
- // 1. Define
362
- // 2. Dropped before we forget the db key
+ // _rc must be
+ // 1. Define for the call to exec_statement() and .reply(&context)
+ // 2. Dropped before we forget the `dbkey`
363
let _rc = dbkey
364
.loop_data
365
.set_rc(Context::no_client());
0 commit comments