Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed May 19, 2023
1 parent 0d5d814 commit 3c28306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turbopack-cli-utils/src/trace_writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Vec<u8> instead of a reference, and uses a unbounded channel to avoid slowing
// down the application.

use std::{debug_assert, f32::consts::E, io::Write, thread::JoinHandle};
use std::{debug_assert, io::Write, thread::JoinHandle};

use crossbeam_channel::{unbounded, Sender, TryRecvError};

Expand Down

0 comments on commit 3c28306

Please sign in to comment.