Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <[email protected]>
  • Loading branch information
skyzh committed Nov 2, 2024
1 parent 516a3db commit 4e42b52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion naivedb/src/bin/apply.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::path::Path;

use anyhow::Result;
use sqlplannertest::PlannerTestApplyOptions;

#[tokio::main]
async fn main() -> Result<()> {
Expand Down
2 changes: 1 addition & 1 deletion src/apply.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::{
discover_tests, parse_test_cases, ParsedTestCase, PlannerTestRunner, TestCase, RESULT_SUFFIX,
};

#[derive(Default)]
#[derive(Default, Clone)]
pub struct PlannerTestApplyOptions {
pub serial: bool,
}
Expand Down

0 comments on commit 4e42b52

Please sign in to comment.