//! Finding the modules a preserved parent does not declare.
use Module;
use fs;
use Path;
/// Returns the modules the parent does not declare.
///
/// An unreadable parent yields nothing rather than reporting everything as missing: the
/// file was just written, so a read failure is an environment problem and not evidence
/// about its contents.
pub