The CONTRIBUTING.md documents running cargo test but does not mention the --features legacy-tests flag required to run the full test suite. Contributors may submit PRs that break legacy tests without knowing.
File: CONTRIBUTING.md
Fix: Update CONTRIBUTING.md to document cargo test --features legacy-tests and explain what the feature gate covers.
The
CONTRIBUTING.mddocuments runningcargo testbut does not mention the--features legacy-testsflag required to run the full test suite. Contributors may submit PRs that break legacy tests without knowing.File:
CONTRIBUTING.mdFix: Update
CONTRIBUTING.mdto documentcargo test --features legacy-testsand explain what the feature gate covers.