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 7d8c005 commit 7c77a09Copy full SHA for 7c77a09
src/build_queue.rs
@@ -300,15 +300,15 @@ impl BuildQueue {
300
}
301
302
303
- // store the last seen reference as git reference in
304
- // the local crates.io index repo.
305
- diff.set_last_seen_reference(oid)?;
306
-
307
// additionally set the reference in the database
308
// so this survives recreating the registry watcher
309
// server.
310
self.set_last_seen_reference(oid)?;
311
+ // store the last seen reference as git reference in
+ // the local crates.io index repo.
+ diff.set_last_seen_reference(oid)?;
+
312
Ok(crates_added)
313
314
0 commit comments