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

CI: Clippy error on datafusion-wasmtest #12842

Closed
jayzhan211 opened this issue Oct 10, 2024 · 0 comments · Fixed by #12844
Closed

CI: Clippy error on datafusion-wasmtest #12842

jayzhan211 opened this issue Oct 10, 2024 · 0 comments · Fixed by #12844
Assignees
Labels
bug Something isn't working

Comments

@jayzhan211
Copy link
Contributor

Describe the bug

CI failed due to the following error

error: function `datafusion_test` is never used
  --> datafusion/wasmtest/src/lib.rs:91:8
   |
91 |     fn datafusion_test() {
   |        ^^^^^^^^^^^^^^^
   |
   = note: `-D dead-code` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(dead_code)]`

error: function `basic_execute` is never used
  --> datafusion/wasmtest/src/lib.rs:97:14
   |
97 |     async fn basic_execute() {
   |              ^^^^^^^^^^^^^

error: could not compile `datafusion-wasmtest` (lib test) due to 2 previous errors

To Reproduce

No response

Expected behavior

No response

Additional context

No response

@jayzhan211 jayzhan211 added the bug Something isn't working label Oct 10, 2024
@jayzhan211 jayzhan211 changed the title Clippy error on datafusion-wasmtest CI: Clippy error on datafusion-wasmtest Oct 10, 2024
@jonahgao jonahgao self-assigned this Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants