Skip to content

fix(deps): update rust crate azure_core to 0.25.0 (#180) #605

fix(deps): update rust crate azure_core to 0.25.0 (#180)

fix(deps): update rust crate azure_core to 0.25.0 (#180) #605

GitHub Actions / Clippy: Rust Stable 1.87.0 (17067e9ac 2025-05-09) in succeeded Jun 7, 2025 in 1m 16s

Clippy (Stable ~ Linux/x86_64)

Clippy was successful!

Details

Running cargo clippy took roughly ~76085ms to complete

  • Working Directory: repository directory

Annotations

Check warning on line 70 in /home/runner/work/remi-rs/remi-rs/crates/s3/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy: Rust Stable 1.87.0 (17067e9ac 2025-05-09) in

/home/runner/work/remi-rs/remi-rs/crates/s3/src/lib.rs#L70

the `Err`-variant returned from this function is very large
Raw output
warning: the `Err`-variant returned from this function is very large
  --> crates/s3/src/service.rs:70:56
   |
70 |     fn resolve_path<P: AsRef<Path>>(&self, path: P) -> crate::Result<String> {
   |                                                        ^^^^^^^^^^^^^^^^^^^^^
   |
  ::: crates/s3/src/error.rs:64:5
   |
64 |     Response(ResponseError<Response<SdkBody>>),
   |     ------------------------------------------ the largest variant contains at least 224 bytes
   |
   = help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
   = note: `#[warn(clippy::result_large_err)]` on by default