Skip to content

Commit

Permalink
Fix some of the warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
SevInf committed Nov 22, 2023
1 parent 6b60c8f commit 521b3ab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion query-engine/driver-adapters/src/wasm/conversion.rs

This file was deleted.

1 change: 0 additions & 1 deletion query-engine/driver-adapters/src/wasm/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! Query Engine Driver Adapters: `wasm`-specific implementation.

mod async_js_function;
mod conversion;
mod error;
mod js_object_extern;
pub(crate) mod proxy;
Expand Down
1 change: 0 additions & 1 deletion query-engine/query-engine-wasm/src/wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ pub mod error;
pub mod functions;
pub mod logger;

pub(crate) type Result<T> = std::result::Result<T, error::ApiError>;
pub(crate) type Executor = Box<dyn query_core::QueryExecutor + Send + Sync>;

0 comments on commit 521b3ab

Please sign in to comment.