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 5e45d9f commit cb39c57Copy full SHA for cb39c57
src/mission.rs
@@ -107,7 +107,7 @@ impl Mission {
107
.parent()
108
.expect("parent of a target folder is a root folder");
109
if add_all_src {
110
- let src_watch_iter = iter::once("str");
+ let src_watch_iter = iter::once("src");
111
let other_watch_iter = job.watch.iter().map(String::as_ref);
112
for dir in src_watch_iter.chain(other_watch_iter) {
113
let full_path = item_path.join(dir);
0 commit comments