Apply template fix accoring to ructe 0.17.2. #140
Annotations
11 warnings
Rustfmt
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/.
|
Test Suite
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/.
|
Test Suite:
src/server/splitlist.rs#L147
use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead
|
Test Suite:
src/models.rs#L287
fields `id`, `photo_id`, and `tag_id` are never read
|
Test Suite:
src/models.rs#L332
fields `photo_id` and `person_id` are never read
|
Test Suite:
src/models.rs#L357
fields `photo_id` and `place_id` are never read
|
clippy
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/.
|
clippy:
src/server/splitlist.rs#L147
use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead
|
clippy:
src/models.rs#L287
fields `id`, `photo_id`, and `tag_id` are never read
|
clippy:
src/models.rs#L332
fields `photo_id` and `person_id` are never read
|
clippy:
src/models.rs#L357
fields `photo_id` and `place_id` are never read
|