Prepare for releasing 8.1.0
This commit is contained in:
parent
3fa55bdc14
commit
28332fd4b9
21 changed files with 1387 additions and 978 deletions
|
|
@ -105,6 +105,7 @@ impl SubscribeRequest {
|
|||
}
|
||||
|
||||
impl SubscribeRequest {
|
||||
#[allow(clippy::result_large_err)]
|
||||
pub fn parse(
|
||||
request: axum::extract::Request,
|
||||
) -> Result<SubscribeRequest, axum::response::Response> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue