Merge pull request #30 from jupyterkat/update #315
Annotations
4 warnings
direct implementation of `ToString`:
crates/mapdiffbot2/src/rendering.rs#L55
warning: direct implementation of `ToString`
--> crates/mapdiffbot2/src/rendering.rs:55:1
|
55 | / impl ToString for BoundingBox {
56 | | fn to_string(&self) -> String {
57 | | format!(
58 | | "({}, {}) -> ({}, {})",
... |
61 | | }
62 | | }
| |_^
|
= help: prefer implementing `Display` instead
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_trait_impl
= note: `#[warn(clippy::to_string_trait_impl)]` on by default
|
use of deprecated type alias `image::io::Reader`: this type has been moved and renamed to image::ImageReader:
crates/mapdiffbot2/src/rendering.rs#L585
warning: use of deprecated type alias `image::io::Reader`: this type has been moved and renamed to image::ImageReader
--> crates/mapdiffbot2/src/rendering.rs:585:28
|
585 | let image = image::io::Reader::new(std::io::Cursor::new(bytes))
| ^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v2, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|