This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
Bump thiserror from 1.0.62 to 1.0.63 (#598) #1560
Annotations
2 errors and 15 warnings
test (windows)
Canceling since a higher priority waiting request for 'build-refs/heads/master' exists
|
test (windows)
The operation was canceled.
|
clippy:
src/websocket.rs#L77
use of deprecated field `async_tungstenite::tungstenite::protocol::WebSocketConfig::max_send_queue`
|
clippy:
src/config.rs#L76
you should put bare URLs between `<`/`>` or make a proper Markdown link
|
clippy:
src/config.rs#L92
you should put bare URLs between `<`/`>` or make a proper Markdown link
|
clippy:
src/config.rs#L171
cloning an `Option<_>` using `.as_ref().cloned()`
|
clippy:
src/twitter.rs#L150
use of `or_insert_with` to construct default value
|
clippy:
src/websocket.rs#L48
this pattern matching can be expressed using `matches!`
|
clippy:
src/main.rs#L54
variables can be used directly in the `format!` string
|
clippy:
src/main.rs#L79
variables can be used directly in the `format!` string
|
clippy:
src/main.rs#L130
matching over `()` is more explicit
|
clippy:
src/websocket.rs#L158
this argument is a mutable reference, but not used mutably
|
build (ubuntu):
src/websocket.rs#L77
use of deprecated field `async_tungstenite::tungstenite::protocol::WebSocketConfig::max_send_queue`
|
build (macOS):
src/websocket.rs#L77
use of deprecated field `async_tungstenite::tungstenite::protocol::WebSocketConfig::max_send_queue`
|
test (ubuntu):
src/websocket.rs#L77
use of deprecated field `async_tungstenite::tungstenite::protocol::WebSocketConfig::max_send_queue`
|
test (macOS):
src/websocket.rs#L77
use of deprecated field `async_tungstenite::tungstenite::protocol::WebSocketConfig::max_send_queue`
|
build (windows):
src/websocket.rs#L77
use of deprecated field `async_tungstenite::tungstenite::protocol::WebSocketConfig::max_send_queue`
|