Upgrade all dependencies #547
Lint.yaml
on: push
Clippy
1m 13s
`cargo deny`
18s
Report Missing Dependencies
13s
Matrix: rust
Annotations
13 warnings
/home/runner/work/remi-rs/remi-rs/crates/s3/src/lib.rs#L77
doc list item without indentation
|
/home/runner/work/remi-rs/remi-rs/crates/s3/src/lib.rs#L90
doc list item without indentation
|
/home/runner/work/remi-rs/remi-rs/crates/s3/src/lib.rs#L101
doc list item without indentation
|
the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.76.0` from `clippy.toml`
warning: the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.76.0` from `clippy.toml`
|
1 warning emitted
warning: 1 warning emitted
|
the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.76.0` from `clippy.toml`
warning: the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.76.0` from `clippy.toml`
|
the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.76.0` from `clippy.toml`
warning: the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.76.0` from `clippy.toml`
|
1 warning emitted
warning: 1 warning emitted
|
1 warning emitted
warning: 1 warning emitted
|
the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.76.0` from `clippy.toml`
warning: the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.76.0` from `clippy.toml`
|
1 warning emitted
warning: 1 warning emitted
|
the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.76.0` from `clippy.toml`
warning: the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.76.0` from `clippy.toml`
|
doc list item without indentation:
crates/s3/src/lib.rs#L77
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
| ++
|