Skip to content

Commit

Permalink
remove unused clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Nov 9, 2024
1 parent c04fcf3 commit 175a77a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/oxc_transformer/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ pub struct TransformCtx<'a> {

pub source_text: &'a str,

#[expect(unused)]
pub module: Module,

// Helpers
Expand Down

0 comments on commit 175a77a

Please sign in to comment.