Skip to content

CI

CI #357

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Clippy Result (stable) succeeded Jan 14, 2024 in 4s

Clippy (Stable ~ Linux/x86_64)

Clippy was successful!

Details

Running cargo clippy took roughly ~4221ms to complete

  • Working Directory: repository directory

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / Clippy Result (stable)

/home/runner/work/remi-rs/remi-rs/crates/azure/src/lib.rs#L59

unused variable: `path`
Raw output
warning: unused variable: `path`
  --> crates/azure/src/service.rs:59:49
   |
59 |     async fn open<P: AsRef<Path> + Send>(&self, path: P) -> io::Result<Option<Bytes>> {
   |                                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
   |
   = note: `#[warn(unused_variables)]` on by default

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

See this annotation in the file changed.

@github-actions github-actions / Clippy Result (stable)

/home/runner/work/remi-rs/remi-rs/crates/azure/src/lib.rs#L74

unused variable: `path`
Raw output
warning: unused variable: `path`
  --> crates/azure/src/service.rs:74:49
   |
74 |     async fn blob<P: AsRef<Path> + Send>(&self, path: P) -> io::Result<Option<Blob>> {
   |                                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_path`

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

See this annotation in the file changed.

@github-actions github-actions / Clippy Result (stable)

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

unused variable: `path`
Raw output
warning: unused variable: `path`
  --> crates/azure/src/service.rs:90:9
   |
90 |         path: Option<P>,
   |         ^^^^ help: if this is intentional, prefix it with an underscore: `_path`

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

See this annotation in the file changed.

@github-actions github-actions / Clippy Result (stable)

/home/runner/work/remi-rs/remi-rs/crates/azure/src/lib.rs#L107

unused variable: `path`
Raw output
warning: unused variable: `path`
   --> crates/azure/src/service.rs:107:51
    |
107 |     async fn delete<P: AsRef<Path> + Send>(&self, path: P) -> io::Result<()> {
    |                                                   ^^^^ help: if this is intentional, prefix it with an underscore: `_path`

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

See this annotation in the file changed.

@github-actions github-actions / Clippy Result (stable)

/home/runner/work/remi-rs/remi-rs/crates/azure/src/lib.rs#L122

unused variable: `path`
Raw output
warning: unused variable: `path`
   --> crates/azure/src/service.rs:122:51
    |
122 |     async fn exists<P: AsRef<Path> + Send>(&self, path: P) -> io::Result<bool> {
    |                                                   ^^^^ help: if this is intentional, prefix it with an underscore: `_path`

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

See this annotation in the file changed.

@github-actions github-actions / Clippy Result (stable)

/home/runner/work/remi-rs/remi-rs/crates/azure/src/lib.rs#L137

unused variable: `path`
Raw output
warning: unused variable: `path`
   --> crates/azure/src/service.rs:137:51
    |
137 |     async fn upload<P: AsRef<Path> + Send>(&self, path: P, options: UploadRequest) -> io::Result<()> {
    |                                                   ^^^^ help: if this is intentional, prefix it with an underscore: `_path`

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

See this annotation in the file changed.

@github-actions github-actions / Clippy Result (stable)

/home/runner/work/remi-rs/remi-rs/crates/azure/src/lib.rs#L137

unused variable: `options`
Raw output
warning: unused variable: `options`
   --> crates/azure/src/service.rs:137:60
    |
137 |     async fn upload<P: AsRef<Path> + Send>(&self, path: P, options: UploadRequest) -> io::Result<()> {
    |                                                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_options`

Check warning on line 0 in ./file/that/probably/doesnt/exist.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Result (stable)

./file/that/probably/doesnt/exist.rs#L0

7 warnings emitted
Raw output
warning: 7 warnings emitted