Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dep: bump thiserror from 1.0.66 to 2.0.0 #584

Closed
wants to merge 1 commit into from

dep: bump thiserror from 1.0.66 to 2.0.0

6ccd652
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

dep: bump thiserror from 1.0.66 to 2.0.0 #584

dep: bump thiserror from 1.0.66 to 2.0.0
6ccd652
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy failed Nov 7, 2024 in 0s

clippy

6 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 6
Warning 0
Note 0
Help 0

Versions

  • rustc 1.84.0-nightly (854980293 2024-11-06)
  • cargo 1.84.0-nightly (031049782 2024-11-01)
  • clippy 0.1.84 (8549802939 2024-11-06)

Annotations

Check failure on line 21 in crates/rsonpath-lib/src/input/error.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing `#[inline]` for a method

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

Check failure on line 15 in crates/rsonpath-lib/src/input/error.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing `#[inline]` for a method

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

Check failure on line 61 in crates/rsonpath-lib/src/engine/error.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing `#[inline]` for a method

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

Check failure on line 55 in crates/rsonpath-lib/src/engine/error.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing `#[inline]` for a method

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

Check failure on line 19 in crates/rsonpath-lib/src/engine/error.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing `#[inline]` for a method

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

Check failure on line 15 in crates/rsonpath-lib/src/automaton/error.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing `#[inline]` for a method

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)]`