chore: remove BlockExecutorProvider trait (#15989)

Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
This commit is contained in:
Federico Gimenez
2025-05-06 13:34:37 +02:00
committed by GitHub
parent cbdb81069f
commit 699b3fde1b
56 changed files with 411 additions and 880 deletions

View File

@@ -3090,7 +3090,6 @@ impl PersistingKind {
matches!(self, Self::PersistingDescendant)
}
}
#[cfg(test)]
mod tests {
use super::*;