Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
litlep-nibbyt committed Sep 23, 2024
1 parent bffb145 commit 016f524
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions http-app/main.rs
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@

use crown::nockapp::http_driver::http;

use crown::kernel::boot;
use crown::kernel::form::Kernel;
use crown::kernel::boot::Cli as BootCli;
use crown::nockapp::NockApp;

use clap::{command, ColorChoice, Parser};
static KERNEL_JAM: &[u8] = include_bytes!(concat!(env!("CARGO_MANIFEST_DIR"), "/http.jam"));

use crown::kernel::boot::Cli as BootCli;
use tokio::select;
use tracing::debug;

static KERNEL_JAM: &[u8] = include_bytes!(concat!(env!("CARGO_MANIFEST_DIR"), "/http.jam"));
#[derive(Parser, Debug)]
#[command(about = "Tests various poke types for the kernel", author = "zorp", version, color = ColorChoice::Auto)]
struct TestCli {
Expand Down

0 comments on commit 016f524

Please sign in to comment.