Skip to content

Commit

Permalink
fix: remove unused import in gloo-net::http (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
hseeberger authored Oct 24, 2022
1 parent 6a4d5ab commit 5864ac1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/net/src/http/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ use wasm_bindgen_futures::JsFuture;
#[cfg_attr(docsrs, doc(cfg(feature = "json")))]
use serde::de::DeserializeOwned;

#[cfg(feature = "json")]
#[cfg_attr(docsrs, doc(cfg(feature = "json")))]
use gloo_utils::format::JsValueSerdeExt;

pub use headers::Headers;
pub use query::QueryParams;
pub use web_sys::{
Expand Down

0 comments on commit 5864ac1

Please sign in to comment.