Skip to content

Commit

Permalink
docs: add to-do
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Apr 14, 2024
1 parent 2a9b040 commit 2fb04db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ fn bury_target(
return Ok(());
} else {
writeln!(stream, "Skipping {}", source.display())?;
// TODO: In the original code, this was a hard return from the entire
// method (i.e., `run`). I think it should just be a return from the bury
// (meaning a `continue` in the original code's loop). But I'm not sure.
return Ok(());
}
}
Expand Down

0 comments on commit 2fb04db

Please sign in to comment.