dep: bump thiserror from 1.0.66 to 2.0.0 #1433
Annotations
6 errors and 1 warning
Clippy all features:
crates/rsonpath-lib/src/lib.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)]`
|
Clippy all features:
crates/rsonpath-lib/src/lib.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
|
Clippy all features:
crates/rsonpath-lib/src/lib.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
|
Clippy all features:
crates/rsonpath-lib/src/lib.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
|
Clippy all features:
crates/rsonpath-lib/src/lib.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
|
Clippy all features:
crates/rsonpath-lib/src/lib.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
|
Clippy all features
The `deny` input is deprecated in v1.4 and can be used within the `check-args` input
|
Loading