Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint: uncomment redundant check for nicer organization
`vec_size(x)` appears to do the same check and emit the same message (since we also use the name `x`), but adding back the check doesn't seem to have a noticeable impact on `as_epi_archive()` or `revision_summary()` performance, and if an error is raised, it's probably nicer for the trace to point to dedicated validation code.
- Loading branch information