We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9874b commit 1619408Copy full SHA for 1619408
crates/trie/parallel/src/proof_task.rs
@@ -940,7 +940,7 @@ impl ProofTaskManagerHandle {
940
/// Creates a new [`ProofTaskManagerHandle`] with direct access to worker pools.
941
///
942
/// This is an internal constructor used for creating handles.
943
- fn new_handle(
+ const fn new_handle(
944
storage_work_tx: CrossbeamSender<StorageWorkerJob>,
945
account_work_tx: CrossbeamSender<AccountWorkerJob>,
946
) -> Self {
0 commit comments