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 86dde9b commit 9ce47e3Copy full SHA for 9ce47e3
src/bootstrap/lib.rs
@@ -528,7 +528,7 @@ impl Build {
528
let path = Path::new(line[1..].split(' ').skip(1).next().unwrap());
529
let state = if line.starts_with('-') {
530
State::NotInitialized
531
- } else if line.starts_with('*') {
+ } else if line.starts_with('+') {
532
State::OutOfSync
533
} else if line.starts_with(' ') {
534
State::MaybeDirty
0 commit comments