Install NASM under Windows runners #542
Lint.yaml
on: pull_request
Clippy
1m 15s
`cargo deny`
20s
Report Missing Dependencies
18s
Matrix: rust
Annotations
4 warnings
doc list item missing indentation:
crates/s3/src/lib.rs#L77
warning: doc list item missing 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
| ++
|
doc list item missing indentation:
crates/s3/src/lib.rs#L90
warning: doc list item missing 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.
| ++
|
doc list item missing indentation:
crates/s3/src/lib.rs#L101
warning: doc list item missing 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.
| ++
|
3 warnings emitted
warning: 3 warnings emitted
|