Skip to content

chore(boil): Remove some dead code - #1660

Merged
Techassi merged 2 commits into
mainfrom
chore/boil-remove-unused-code
Sep 16, 2026
Merged

Techassi merged 2 commits into
mainfrom
chore/boil-remove-unused-code

Conversation

@Techassi

Copy link
Copy Markdown
Member

We ideally want dead_code_pub_in_binary = "warn", but that is currently nightly only and produces noise when running unit tests. See rust-lang/rust#74970.

For now, we could replace all pub items with pub(crate) to get proper dead code warnings again.

We ideally want dead_code_pub_in_binary = "warn", but that is
currently nightly only and produces noise when running unit tests.

For now, we could replace all pub items with pub(crate) to get
proper dead code warnings again.
@Techassi Techassi self-assigned this Sep 16, 2026
@Techassi Techassi moved this to Development: Waiting for Review in Stackable Engineering Sep 16, 2026
lfrancke
lfrancke previously approved these changes Sep 16, 2026
@lfrancke lfrancke moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Sep 16, 2026
@lfrancke

Copy link
Copy Markdown
Member

You're running into the same rustls issues I did yesterday :(

@Techassi

Copy link
Copy Markdown
Member Author

Hehe yeah, I have been dealing with them yesterday and today as well. I will bump the crate to address the failure.

@Techassi
Techassi added this pull request to the merge queue Sep 16, 2026
@Techassi Techassi moved this from Development: In Review to Development: Done in Stackable Engineering Sep 16, 2026
Merged via the queue into main with commit a0efb65 Sep 16, 2026
13 checks passed
@Techassi
Techassi deleted the chore/boil-remove-unused-code branch September 16, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Development: Done

Development

Successfully merging this pull request may close these issues.

2 participants