Updated disel-cli, some changes in generated code. #142
Annotations
6 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/server/splitlist.rs#L147
use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead
|
src/models.rs#L287
fields `id`, `photo_id`, and `tag_id` are never read
|
src/models.rs#L332
fields `photo_id` and `person_id` are never read
|
src/models.rs#L357
fields `photo_id` and `place_id` are never read
|
src/server/search.rs#L248
for loop over a `&Option`. This is more readably written as an `if let` statement
|
This job succeeded
Loading