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.
2 parents 1afe1ea + 9ce47e3 commit bbb2d1dCopy full SHA for bbb2d1d
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