Skip to content

Commit fd0b92f

Browse files
rebuild existing crates if they appear on the queue
1 parent 5360c51 commit fd0b92f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utils/daemon.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ pub fn start_daemon() {
6565

6666
// build new crates every minute
6767
thread::spawn(move || {
68-
let mut opts = opts();
69-
opts.skip_if_exists = true;
68+
let opts = opts();
7069
let mut doc_builder = DocBuilder::new(opts);
7170

7271
/// Represents the current state of the builder thread.

0 commit comments

Comments
 (0)