Skip to content

Drop minimum Rust version to 1.76 #548

Drop minimum Rust version to 1.76

Drop minimum Rust version to 1.76 #548

GitHub Actions / Clippy: Rust Stable 1.81.0 (eeb90cda1 2024-09-04) in succeeded Oct 15, 2024 in 5s

Clippy (Stable ~ Linux/x86_64)

Clippy was successful!

Details

Running cargo clippy took roughly ~4961ms to complete

  • Working Directory: repository directory

Annotations

Check warning on line 77 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.81.0 (eeb90cda1 2024-09-04) in

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

doc list item without indentation
Raw output
warning: doc list item without indentation
  --> crates/s3/src/error.rs:77:9
   |
77 |     /// trait method
   |         ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
   = note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: indent this line
   |
77 |     ///   trait method
   |         ++

Check warning on line 90 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.81.0 (eeb90cda1 2024-09-04) in

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

doc list item without indentation
Raw output
warning: doc list item without indentation
  --> crates/s3/src/error.rs:90:9
   |
90 |     /// or the [`StorageService::blob`][remi::StorageService::blob] trait methods.
   |         ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
90 |     ///   or the [`StorageService::blob`][remi::StorageService::blob] trait methods.
   |         ++

Check warning on line 101 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.81.0 (eeb90cda1 2024-09-04) in

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

doc list item without indentation
Raw output
warning: doc list item without indentation
   --> crates/s3/src/error.rs:101:9
    |
101 |     /// or the [`StorageService::blob`][remi::StorageService::blob] trait methods.
    |         ^
    |
    = help: if this is supposed to be its own paragraph, add a blank line
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
    |
101 |     ///   or the [`StorageService::blob`][remi::StorageService::blob] trait methods.
    |         ++