apub_inbox
: Silence clippy on WIP handler
This commit is contained in:
parent
5d958630f6
commit
5fdbf4a827
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ pub async fn healthcheck_handler() -> Result<StatusCode, StatusCode> {
|
||||||
Ok(StatusCode::NO_CONTENT)
|
Ok(StatusCode::NO_CONTENT)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(unused_mut)] // TODO
|
||||||
pub async fn inbox_handler() -> Result<Response<String>, StatusCode> {
|
pub async fn inbox_handler() -> Result<Response<String>, StatusCode> {
|
||||||
log::debug!("Handling an inbox request!");
|
log::debug!("Handling an inbox request!");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue