Skip to content

Conversation

@maciejdudko
Copy link
Contributor

What was changed

Recently merged PR #951 had #![allow(unused_imports)] and #![allow(dead_code)] accidentally left in in the tests. This PR fixes unused imports and puts #[allow(dead_code)] to the relevant functions directly (there are a few getters that are unused but may be useful in the future).

Why?

The warnings were turned off for development and it was supposed to be removed before merge.

@maciejdudko maciejdudko requested a review from a team as a code owner July 2, 2025 16:19
Copy link
Member

@Sushisource Sushisource left a comment

Choose a reason for hiding this comment

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

Thanks!

@Sushisource Sushisource enabled auto-merge (squash) July 9, 2025 23:22
@Sushisource Sushisource merged commit 49a0af5 into temporalio:master Jul 9, 2025
17 checks passed
@maciejdudko maciejdudko deleted the core-c-bridge-allow-unused branch July 10, 2025 13:34
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