chore: clippy

This commit is contained in:
Greg Johnston 2024-06-19 16:53:36 -04:00
parent ce832cef21
commit 3c9c5aaf83
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ where
Ok(value) => {
sc.write_async(id, Box::pin(async move { value }))
}
#[allow(unused)] // used in tracing
Err(e) => {
#[cfg(feature = "tracing")]
tracing::error!(