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 5360c51 commit fd0b92fCopy full SHA for fd0b92f
src/utils/daemon.rs
@@ -65,8 +65,7 @@ pub fn start_daemon() {
65
66
// build new crates every minute
67
thread::spawn(move || {
68
- let mut opts = opts();
69
- opts.skip_if_exists = true;
+ let opts = opts();
70
let mut doc_builder = DocBuilder::new(opts);
71
72
/// Represents the current state of the builder thread.
0 commit comments