Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kflansburg committed Feb 28, 2024
1 parent b64ffaf commit f998701
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions worker/src/env.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
use std::convert::TryInto;

#[cfg(feature = "d1")]
use crate::d1::D1Database;
use crate::error::Error;
#[cfg(feature = "queue")]
use crate::Queue;
use crate::Request;
use crate::{durable::ObjectNamespace, Bucket, DynamicDispatcher, Fetcher, Result};
use crate::{error::Error, Response};

use js_sys::Object;
use wasm_bindgen::{prelude::*, JsCast, JsValue};
Expand Down

0 comments on commit f998701

Please sign in to comment.