Skip to content

Commit 3f066bf

Browse files
committed
rm not used crate
1 parent a923139 commit 3f066bf

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ codspeed-criterion-compat = { version = "2.7.2", default-features = false, optio
4141
static_assertions = "1.1.0"
4242
simd-json = "0.14.3"
4343
dashmap = "6.1.0"
44-
self_cell = "1.2.1"
4544

4645
[dev-dependencies]
4746
twox-hash = "2.1.0"

benches/bench_complex_replace_source.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ pub use codspeed_criterion_compat::*;
1111
use rspack_sources::{
1212
BoxSource, MapOptions, ObjectPool, OriginalSource, ReplaceSource, SourceExt,
1313
};
14-
use simd_json::borrowed::Object;
1514

1615
static LARGE_REPLACE_SOURCE: LazyLock<BoxSource> = LazyLock::new(|| {
1716
let mut source = ReplaceSource::new(

0 commit comments

Comments
 (0)