pub fn check_unique_ids(entities: &[Entity]) -> Result<(), ValidationError>Expand description
Reject if any two entities have the same id under NFC normalization.
Reports the two file_paths so the error points at both colliding
files.
pub fn check_unique_ids(entities: &[Entity]) -> Result<(), ValidationError>Reject if any two entities have the same id under NFC normalization.
Reports the two file_paths so the error points at both colliding
files.