Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 8758ea9

Browse files
committed
Add derive(Debug) on BankWithScheduler
1 parent fa17bb6 commit 8758ea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/src/installed_scheduler_pool.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pub type DefaultInstalledSchedulerBox = ();
3232
/// avoid ambiguity as to which to clone: BankWithScheduler or Arc<Bank>. Use
3333
/// clone_without_scheduler() for Arc<Bank>. Otherwise, use clone_with_scheduler() (this should be
3434
/// unusual outside scheduler code-path)
35+
#[derive(Debug)]
3536
pub struct BankWithScheduler {
3637
inner: Arc<BankWithSchedulerInner>,
3738
}

0 commit comments

Comments
 (0)