fix(deps): update rust crate axum-test to 13.1.1 #66
release.yaml
on: pull_request
dockerize
5m 44s
Matrix: binary
Annotations
1 warning
this `impl` can be derived:
src/plugins/http_get_plugin.rs#L20
warning: this `impl` can be derived
--> src/plugins/http_get_plugin.rs:20:1
|
20 | / impl Default for HttpGetPluginConfig {
21 | | fn default() -> Self {
22 | | Self { mutations: None }
23 | | }
24 | | }
| |_^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derivable_impls
= note: `#[warn(clippy::derivable_impls)]` on by default
= help: remove the manual implementation...
help: ...and instead derive it
|
13 + #[derive(Default)]
14 | pub struct HttpGetPluginConfig {
|
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
conductor-aarch64-unknown-linux-gnu
Expired
|
13.6 MB |
|
conductor-x86_64-unknown-linux-gnu
Expired
|
7.39 MB |
|