Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lint: disable warnings on wasm crate #2592

Merged
merged 1 commit into from
May 18, 2023
Merged

lint: disable warnings on wasm crate #2592

merged 1 commit into from
May 18, 2023

Conversation

conorsch
Copy link
Contributor

The output of cargo build --release has been cluttered by a lot of dead_code warnings since we pulled the wasm crate into the workspace. Disabling those now, and removing some unused imports. Number of warnings emitted from the wasm crate build drops from 15 to 0.

The output of `cargo build --release` has been cluttered by a lot
of dead_code warnings since we pulled the wasm crate into the workspace.
Disabling those now, and removing some unused imports. Number of
warnings emitted from the wasm crate build drops from 15 to 0.
@conorsch conorsch temporarily deployed to smoke-test May 16, 2023 22:08 — with GitHub Actions Inactive
@conorsch conorsch merged commit e19f81a into main May 18, 2023
@conorsch conorsch deleted the lint-wasm-crate branch May 18, 2023 16:43
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.

1 participant