Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
can-keklik committed Dec 16, 2024
1 parent 1fe8110 commit 337c29c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lykiadb-server/src/engine/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
use self::error::ExecutionError;
use crate::value::RV;
use interpreter::Interpreter;
use lykiadb_lang::parser::Parser;
use lykiadb_lang::tokenizer::scanner::Scanner;
use serde_json::Value;
use tracing::info;

pub mod error;
Expand Down

0 comments on commit 337c29c

Please sign in to comment.