mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 23:50:02 -04:00
clippy
This commit is contained in:
parent
695310fce9
commit
544134f800
3 changed files with 26 additions and 44 deletions
|
@ -1,11 +1,7 @@
|
|||
pub mod rewrite;
|
||||
|
||||
use std::{
|
||||
panic,
|
||||
str::{from_utf8, FromStr},
|
||||
};
|
||||
use std::{panic, str::FromStr};
|
||||
|
||||
use js_sys::Uint8Array;
|
||||
use rewrite::rewrite;
|
||||
use url::Url;
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue