//! Drift detection + auto-absorb decision logic.
//!
//! When a target was once linked but is now a separate inode (e.g. an editor
//! atomic-saved over the hardlink), classify the situation and decide how to
//! recover. See design doc for the truth table.
use Utf8Path;
use crateResult;