We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06290b2 commit 2535c9fCopy full SHA for 2535c9f
1 file changed
client/src/file/mod.rs
@@ -399,6 +399,7 @@ impl Keyring {
399
/// Delete an item.
400
#[cfg_attr(feature = "tracing", tracing::instrument(skip(self, attributes)))]
401
pub async fn delete(&self, attributes: &impl AsAttributes) -> Result<(), Error> {
402
+ #[cfg(feature = "tracing")]
403
let items_before = { self.keyring.read().await.items.len() };
404
405
{
0 commit comments