Update dependencies and release v6.1.1 #91
Annotations
1 error and 7 warnings
Test
Process completed with exit code 1.
|
empty line after outer attribute:
src/error.rs#L484
warning: empty line after outer attribute
--> src/error.rs:484:5
|
484 | / #[serde(flatten)]
485 | |
| |_^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_outer_attr
= note: `#[warn(clippy::empty_line_after_outer_attr)]` on by default
= help: if the empty line is unintentional remove it
|
the following explicit lifetimes could be elided: 'a:
src/api/vswitch.rs#L73
warning: the following explicit lifetimes could be elided: 'a
--> src/api/vswitch.rs:73:6
|
73 | impl<'a> UrlEncode for ServerList<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
73 - impl<'a> UrlEncode for ServerList<'a> {
73 + impl UrlEncode for ServerList<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
src/api/traffic.rs#L23
warning: the following explicit lifetimes could be elided: 'a
--> src/api/traffic.rs:23:10
|
23 | impl<'a> UrlEncode for TrafficRequest<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `#[warn(clippy::needless_lifetimes)]` on by default
help: elide the lifetimes
|
23 - impl<'a> UrlEncode for TrafficRequest<'a> {
23 + impl UrlEncode for TrafficRequest<'_> {
|
|
Linting (rustfmt + clippy)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Linting (rustfmt + clippy)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Linting (rustfmt + clippy)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Linting (rustfmt + clippy)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|