mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-14 19:28:57 -05:00
Remove all tracing::instrument attributes from database::abstraction::*
This commit is contained in:
parent
accdb77315
commit
0ad6eac4f8
4 changed files with 0 additions and 34 deletions
|
|
@ -39,7 +39,6 @@ impl Tree for SledEngineTree {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
#[tracing::instrument(skip(self, iter))]
|
||||
fn insert_batch<'a>(&self, iter: &mut dyn Iterator<Item = (Vec<u8>, Vec<u8>)>) -> Result<()> {
|
||||
for (key, value) in iter {
|
||||
self.0.insert(key, value)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue