This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
Bump serde_json from 1.0.114 to 1.0.115 (#553) #1446
Annotations
8 warnings
Run cargo clippy:
src/websocket.rs#L77
use of deprecated field `async_tungstenite::tungstenite::protocol::WebSocketConfig::max_send_queue`
|
Run cargo clippy:
src/config.rs#L171
cloning an `Option<_>` using `.as_ref().cloned()`
|
Run cargo clippy:
src/twitter.rs#L150
use of `or_insert_with` to construct default value
|
Run cargo clippy:
src/websocket.rs#L48
this pattern matching can be expressed using `matches!`
|
Run cargo clippy:
src/main.rs#L54
variables can be used directly in the `format!` string
|
Run cargo clippy:
src/main.rs#L79
variables can be used directly in the `format!` string
|
Run cargo clippy:
src/main.rs#L130
matching over `()` is more explicit
|
Run cargo clippy:
src/websocket.rs#L158
this argument is a mutable reference, but not used mutably
|
Loading