chore: clippy
This commit is contained in:
parent
ce832cef21
commit
3c9c5aaf83
|
@ -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!(
|
||||
|
|
Loading…
Reference in New Issue