Skip to content

new fn try_instance_simulate should be behind the multicast gate#9763

Merged
Nieuwejaar merged 1 commit intomainfrom
clippy_fix
Jan 31, 2026
Merged

new fn try_instance_simulate should be behind the multicast gate#9763
Nieuwejaar merged 1 commit intomainfrom
clippy_fix

Conversation

@Nieuwejaar
Copy link
Contributor

No description provided.

@Nieuwejaar
Copy link
Contributor Author

Between the time I started my last test run and pushed the dendrite bump, Zeeshan snuck in a PR with a new function that also needs to be behind the multicast feature gate.

// This is currently only consumed by tests behind the multicast feature gate.
// If/when it has another consumer, this cfg can be removed.
#[cfg(feature = "multicast")]
pub async fn try_instance_simulate(
Copy link
Collaborator

@zeeshanlakhani zeeshanlakhani Jan 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Nieuwejaar apologies, as I had finally had review on the other work (and it came in before). Minor, but, should we just make this #[allow(dead_code)] as it's a general function.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But, minor either way.

@Nieuwejaar Nieuwejaar merged commit 6e1f5c3 into main Jan 31, 2026
16 checks passed
@Nieuwejaar Nieuwejaar deleted the clippy_fix branch January 31, 2026 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants