Skip to content

Commit

Permalink
feat(fetch): sort wasm includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zageron committed Oct 8, 2022
1 parent 6ce670e commit 9c2c568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/rrr_fetch/src/fetch/imp/platform/wasm.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#![allow(dead_code)]

use std::cell::RefCell;
use crate::fetch::BytesFetch;
use anyhow::Result;
use futures::channel::{oneshot, oneshot::Receiver};
use gloo_net::http::Request;
use gloo_worker::{HandlerId, Worker, WorkerScope};
use gloo_worker::{Spawnable, WorkerBridge};
use serde::Deserialize;
use std::cell::RefCell;
use wasm_bindgen::prelude::*;
use gloo_worker::{HandlerId, Worker, WorkerScope};
use wasm_bindgen_futures::spawn_local;

#[derive(Debug)]
Expand Down

0 comments on commit 9c2c568

Please sign in to comment.