dep: bump thiserror from 1.0.66 to 2.0.1 #91
Annotations
14 errors and 10 warnings
missing `#[inline]` for a method:
crates/rsonpath-lib/src/input/error.rs#L21
error: missing `#[inline]` for a method
--> crates/rsonpath-lib/src/input/error.rs:21:9
|
21 | #[from]
| ^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_inline_in_public_items
|
missing `#[inline]` for a method:
crates/rsonpath-lib/src/input/error.rs#L15
error: missing `#[inline]` for a method
--> crates/rsonpath-lib/src/input/error.rs:15:13
|
15 | IoError(#[from] std::io::Error),
| ^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_inline_in_public_items
|
missing `#[inline]` for a method:
crates/rsonpath-lib/src/engine/error.rs#L61
error: missing `#[inline]` for a method
--> crates/rsonpath-lib/src/engine/error.rs:61:9
|
61 | #[from]
| ^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_inline_in_public_items
|
missing `#[inline]` for a method:
crates/rsonpath-lib/src/engine/error.rs#L55
error: missing `#[inline]` for a method
--> crates/rsonpath-lib/src/engine/error.rs:55:18
|
55 | NotSupported(#[from] crate::error::UnsupportedFeatureError),
| ^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_inline_in_public_items
|
missing `#[inline]` for a method:
crates/rsonpath-lib/src/engine/error.rs#L19
error: missing `#[inline]` for a method
--> crates/rsonpath-lib/src/engine/error.rs:19:16
|
19 | InputError(#[from] InputError),
| ^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_inline_in_public_items
|
missing `#[inline]` for a method:
crates/rsonpath-lib/src/automaton/error.rs#L15
error: missing `#[inline]` for a method
--> crates/rsonpath-lib/src/automaton/error.rs:15:18
|
15 | NotSupported(#[from] crate::error::UnsupportedFeatureError),
| ^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_inline_in_public_items
= note: `-D clippy::missing-inline-in-public-items` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::missing_inline_in_public_items)]`
|
missing `#[inline]` for a method:
crates/rsonpath-lib/src/input/error.rs#L21
error: missing `#[inline]` for a method
--> crates/rsonpath-lib/src/input/error.rs:21:11
|
21 | #[from]
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_inline_in_public_items
|
missing `#[inline]` for a method:
crates/rsonpath-lib/src/input/error.rs#L15
error: missing `#[inline]` for a method
--> crates/rsonpath-lib/src/input/error.rs:15:15
|
15 | IoError(#[from] std::io::Error),
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_inline_in_public_items
|
missing `#[inline]` for a method:
crates/rsonpath-lib/src/engine/error.rs#L61
error: missing `#[inline]` for a method
--> crates/rsonpath-lib/src/engine/error.rs:61:11
|
61 | #[from]
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_inline_in_public_items
|
missing `#[inline]` for a method:
crates/rsonpath-lib/src/engine/error.rs#L55
error: missing `#[inline]` for a method
--> crates/rsonpath-lib/src/engine/error.rs:55:20
|
55 | NotSupported(#[from] crate::error::UnsupportedFeatureError),
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_inline_in_public_items
|
missing `#[inline]` for a method:
crates/rsonpath-lib/src/engine/error.rs#L19
error: missing `#[inline]` for a method
--> crates/rsonpath-lib/src/engine/error.rs:19:18
|
19 | InputError(#[from] InputError),
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_inline_in_public_items
|
missing `#[inline]` for a method:
crates/rsonpath-lib/src/automaton/error.rs#L15
error: missing `#[inline]` for a method
--> crates/rsonpath-lib/src/automaton/error.rs:15:20
|
15 | NotSupported(#[from] crate::error::UnsupportedFeatureError),
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_inline_in_public_items
= note: `-D clippy::missing-inline-in-public-items` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::missing_inline_in_public_items)]`
|
Clippy (nightly)
Clippy had exited with the 101 exit code
|
Clippy (stable)
Clippy had exited with the 101 exit code
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@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-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Clippy (nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1, 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/
|
Clippy (nightly)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1, 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/
|
Clippy (nightly)
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/
|
Clippy (nightly)
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/
|
Clippy (nightly)
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/
|
Clippy (nightly)
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/
|
Clippy (stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1, 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/
|
Clippy (stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/cargo@v1, 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/
|