Use distinct Constraints and Overrides types more widely (#2741)

## Summary

No functional changes.
This commit is contained in:
Charlie Marsh 2024-03-31 13:46:37 -04:00 committed by GitHub
parent 472d302ef0
commit 6d5b5ae9a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 71 additions and 45 deletions

View file

@ -18,7 +18,7 @@ pub use yanks::AllowedYanks;
mod bare;
mod candidate_selector;
mod constraints;
mod dependency_mode;
mod dependency_provider;
mod editables;
@ -26,7 +26,6 @@ mod error;
mod exclusions;
mod manifest;
mod options;
mod overrides;
mod pins;
mod preferences;
mod prerelease_mode;