Sweep dto.rs and RelevanceInputs into the models.rs convention
- crates/web/src/api/dto.rs -> api/models.rs (ArticleView/FeedView were already models-shaped content, just not named models.rs) - crates/core/src/scoring.rs's RelevanceInputs moves into crates/core/src/models.rs alongside the other core domain types, since it's built by score_article's callers, not score_article itself Also picks up an unrelated fmt fix in db/src/articles.rs (import ordering) that landed on disk from elsewhere.
This commit is contained in:
parent
cc79f59a7d
commit
7ccc36955a
1 changed files with 0 additions and 0 deletions
Loading…
Reference in a new issue