Apply template fix accoring to ructe 0.17.2. #140
Annotations
5 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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
|
This job succeeded
Loading