apub_inbox: Silence clippy on WIP handler

This commit is contained in:
Steffo 2024-12-24 13:35:10 +01:00
parent 5d958630f6
commit 5fdbf4a827
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -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!");