Skip to content

Commit f998701

Browse files
committed
clippy
1 parent b64ffaf commit f998701

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

worker/src/env.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
use std::convert::TryInto;
2-
31
#[cfg(feature = "d1")]
42
use crate::d1::D1Database;
3+
use crate::error::Error;
54
#[cfg(feature = "queue")]
65
use crate::Queue;
7-
use crate::Request;
86
use crate::{durable::ObjectNamespace, Bucket, DynamicDispatcher, Fetcher, Result};
9-
use crate::{error::Error, Response};
107

118
use js_sys::Object;
129
use wasm_bindgen::{prelude::*, JsCast, JsValue};

0 commit comments

Comments
 (0)