chore(deps): bump the patch-updates group with 3 updates #350
Annotations
1 warning
unnecessary semicolon:
src/client.rs#L57
warning: unnecessary semicolon
--> src/client.rs:57:14
|
57 | };
| ^ help: remove
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_semicolon
note: the lint level is defined here
--> src/lib.rs:8:9
|
8 | #![warn(clippy::pedantic)]
| ^^^^^^^^^^^^^^^^
= note: `#[warn(clippy::unnecessary_semicolon)]` implied by `#[warn(clippy::pedantic)]`
|