mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-17 08:00:02 -04:00
clippy
This commit is contained in:
parent
695310fce9
commit
544134f800
3 changed files with 26 additions and 44 deletions
|
@ -5,16 +5,6 @@ use std::{
|
|||
str::{from_utf8, FromStr},
|
||||
};
|
||||
|
||||
use oxc_allocator::Allocator;
|
||||
use oxc_ast::{
|
||||
ast::{AssignmentTarget, Class, Function, IdentifierReference, MemberExpression, TSImportType},
|
||||
visit::walk,
|
||||
Visit,
|
||||
};
|
||||
use oxc_parser::Parser;
|
||||
use oxc_span::{SourceType, Span};
|
||||
use oxc_syntax::scope::ScopeFlags;
|
||||
|
||||
pub mod rewrite;
|
||||
|
||||
use rewrite::rewrite;
|
||||
|
@ -40,7 +30,6 @@ fn main() -> std::io::Result<()> {
|
|||
.as_slice()
|
||||
)
|
||||
.unwrap()
|
||||
.to_string()
|
||||
);
|
||||
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue