pub fn read_marker(path: &Path) -> Option<PendingBump>Expand description
Read a recorded PendingBump, if any. Missing or unreadable both read
as “nothing pending” - a marker is bookkeeping, not a source of truth
worth failing a merge over.
pub fn read_marker(path: &Path) -> Option<PendingBump>Read a recorded PendingBump, if any. Missing or unreadable both read
as “nothing pending” - a marker is bookkeeping, not a source of truth
worth failing a merge over.