fix(deps): update rust crate thiserror to v2 #91
check.yml
on: pull_request
stable / fmt
7s
nightly / doc
15s
ubuntu / stable / features
9s
Lint
20s
Matrix: clippy
Matrix: msrv
Annotations
18 warnings
never type fallback affects this call to an `unsafe` method:
src/bin/main.rs#L121
warning: never type fallback affects this call to an `unsafe` method
--> src/bin/main.rs:121:33
|
121 | / ... value
122 | | ... .parse()
123 | | ... .map_err(|_e| err!(parse; "Heghit", a))
124 | | ... .unwrap_unchecked()
| |_____________________________________________^
|
= warning: this will change its meaning in a future release!
= note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748>
= help: specify the type explicitly
|
never type fallback affects this call to an `unsafe` method:
src/bin/main.rs#L113
warning: never type fallback affects this call to an `unsafe` method
--> src/bin/main.rs:113:33
|
113 | / ... value
114 | | ... .parse()
115 | | ... .map_err(|_e| err!(parse; "Width", a))
116 | | ... .unwrap_unchecked()
| |_____________________________________________^
|
= warning: this will change its meaning in a future release!
= note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748>
= help: specify the type explicitly
|
never type fallback affects this call to an `unsafe` method:
src/bin/main.rs#L105
warning: never type fallback affects this call to an `unsafe` method
--> src/bin/main.rs:105:33
|
105 | / ... value
106 | | ... .parse()
107 | | ... .map_err(|_e| err!(parse; "Y coordinates", a))
108 | | ... .unwrap_unchecked()
| |_____________________________________________^
|
= warning: this will change its meaning in a future release!
= note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748>
= help: specify the type explicitly
|
never type fallback affects this call to an `unsafe` method:
src/bin/main.rs#L97
warning: never type fallback affects this call to an `unsafe` method
--> src/bin/main.rs:97:33
|
97 | / ... value
98 | | ... .parse()
99 | | ... .map_err(|_e| err!(parse; "X coordinates", a))
100 | | ... .unwrap_unchecked()
| |_____________________________________________^
|
= warning: this will change its meaning in a future release!
= note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748>
= help: specify the type explicitly
= note: `#[warn(never_type_fallback_flowing_into_unsafe)]` on by default
|
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
stable / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
never type fallback affects this call to an `unsafe` method:
src/bin/main.rs#L121
warning: never type fallback affects this call to an `unsafe` method
--> src/bin/main.rs:121:33
|
121 | / ... value
122 | | ... .parse()
123 | | ... .map_err(|_e| err!(parse; "Heghit", a))
124 | | ... .unwrap_unchecked()
| |_____________________________________________^
|
= warning: this will change its meaning in a future release!
= note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748>
= help: specify the type explicitly
|
never type fallback affects this call to an `unsafe` method:
src/bin/main.rs#L113
warning: never type fallback affects this call to an `unsafe` method
--> src/bin/main.rs:113:33
|
113 | / ... value
114 | | ... .parse()
115 | | ... .map_err(|_e| err!(parse; "Width", a))
116 | | ... .unwrap_unchecked()
| |_____________________________________________^
|
= warning: this will change its meaning in a future release!
= note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748>
= help: specify the type explicitly
|
never type fallback affects this call to an `unsafe` method:
src/bin/main.rs#L105
warning: never type fallback affects this call to an `unsafe` method
--> src/bin/main.rs:105:33
|
105 | / ... value
106 | | ... .parse()
107 | | ... .map_err(|_e| err!(parse; "Y coordinates", a))
108 | | ... .unwrap_unchecked()
| |_____________________________________________^
|
= warning: this will change its meaning in a future release!
= note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748>
= help: specify the type explicitly
|
never type fallback affects this call to an `unsafe` method:
src/bin/main.rs#L97
warning: never type fallback affects this call to an `unsafe` method
--> src/bin/main.rs:97:33
|
97 | / ... value
98 | | ... .parse()
99 | | ... .map_err(|_e| err!(parse; "X coordinates", a))
100 | | ... .unwrap_unchecked()
| |_____________________________________________^
|
= warning: this will change its meaning in a future release!
= note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748>
= help: specify the type explicitly
= note: `#[warn(never_type_fallback_flowing_into_unsafe)]` on by default
|
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
beta / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|