refactor!: get rid of associated type ImageArgs
and rename to cmd
…
#979
clippy
9 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 9 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.81.0-nightly (a70b2ae57 2024-06-09)
- cargo 1.81.0-nightly (b1feb75d0 2024-06-07)
- clippy 0.1.80 (a70b2ae 2024-06-09)
Annotations
Check warning on line 65 in testcontainers/src/core/image.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> testcontainers/src/core/image.rs:65:9
|
65 | /// testing. Only expose those that actually make sense for this case.
| ^
|
= 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
|
65 | /// testing. Only expose those that actually make sense for this case.
| +++
Check warning on line 64 in testcontainers/src/core/image.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> testcontainers/src/core/image.rs:64:9
|
64 | /// the volumes of your image, consider that the whole purpose is to facilitate integration
| ^
|
= 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
|
64 | /// the volumes of your image, consider that the whole purpose is to facilitate integration
| +++
Check warning on line 63 in testcontainers/src/core/image.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> testcontainers/src/core/image.rs:63:9
|
63 | /// users will either go with the default ones or just override one or two. When defining
| ^
|
= 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
|
63 | /// users will either go with the default ones or just override one or two. When defining
| +++
Check warning on line 61 in testcontainers/src/core/image.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> testcontainers/src/core/image.rs:61:9
|
61 | /// of its mounts should be meaningful!
| ^
|
= 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
|
61 | /// of its mounts should be meaningful!
| +++
Check warning on line 53 in testcontainers/src/core/image.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> testcontainers/src/core/image.rs:53:9
|
53 | /// testing. Only expose those that actually make sense for this case.
| ^
|
= 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
|
53 | /// testing. Only expose those that actually make sense for this case.
| +++
Check warning on line 52 in testcontainers/src/core/image.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> testcontainers/src/core/image.rs:52:9
|
52 | /// the environment variables of your image, consider that the whole purpose is to facilitate integration
| ^
|
= 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
|
52 | /// the environment variables of your image, consider that the whole purpose is to facilitate integration
| +++
Check warning on line 51 in testcontainers/src/core/image.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> testcontainers/src/core/image.rs:51:9
|
51 | /// users will either go with the default ones or just override one or two. When defining
| ^
|
= 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
|
51 | /// users will either go with the default ones or just override one or two. When defining
| +++
Check warning on line 49 in testcontainers/src/core/image.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> testcontainers/src/core/image.rs:49:9
|
49 | /// of its environment variables should be meaningful!
| ^
|
= 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
|
49 | /// of its environment variables should be meaningful!
| +++
Check warning on line 236 in testcontainers/src/core/image/runnable_image.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> testcontainers/src/core/image/runnable_image.rs:236:9
|
236 | /// If not specified, the daemon default is used, which can either be `\"private\"` or `\"host\"`, depending on daemon version, kerne...
| ^
|
= 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
|
236 | /// If not specified, the daemon default is used, which can either be `\"private\"` or `\"host\"`, depending on daemon version, kernel support and configuration.
| ++