Skip to content

Commit

Permalink
random clippy failure
Browse files Browse the repository at this point in the history
  • Loading branch information
avantgardnerio committed Oct 10, 2024
1 parent b560b58 commit f4859cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datafusion/wasmtest/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,14 @@ mod test {

wasm_bindgen_test::wasm_bindgen_test_configure!(run_in_browser);

#[allow(dead_code)]
#[wasm_bindgen_test]
fn datafusion_test() {
basic_exprs();
basic_parse();
}

#[allow(dead_code)]
#[wasm_bindgen_test]
async fn basic_execute() {
let sql = "SELECT 2 + 2;";
Expand Down

0 comments on commit f4859cf

Please sign in to comment.