[fs] breaking: remove async_std
crate and remove double allocation …
#541
Lint.yaml
on: push
Clippy
1m 12s
`cargo deny`
20s
Report Missing Dependencies
13s
Matrix: rust
Annotations
3 errors and 7 warnings
Rust CI [nightly on Windows]
Process completed with exit code 1.
|
Rust CI [stable on Windows]
The job was canceled because "nightly_windows-latest" failed.
|
Rust CI [stable on Windows]
Process completed with exit code 1.
|
/home/runner/work/remi-rs/remi-rs/crates/s3/src/lib.rs#L77
doc list item missing indentation
|
/home/runner/work/remi-rs/remi-rs/crates/s3/src/lib.rs#L90
doc list item missing indentation
|
/home/runner/work/remi-rs/remi-rs/crates/s3/src/lib.rs#L101
doc list item missing indentation
|
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
|