Skip to content

Commit 28f7d7f

Browse files
committed
removed once_cell as dependency from rustc_codegen_nvvm. The goal was to replace with the standardized version from the std library, but the dependency does not seem to be in use anyway
1 parent 535c851 commit 28f7d7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/rustc_codegen_nvvm/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ nvvm = { version = "0.1", path = "../nvvm" }
1919
rustc-demangle = "0.1.24"
2020
libc = "0.2.169"
2121
tar = "0.4.43"
22-
once_cell = "1.8.0" # this can be replaced wit std::cell implementation
2322
bitflags = "2.8"
2423
tracing = { version = "0.1.41", features = ["release_max_level_debug"] }
2524
find_cuda_helper = { version = "0.2", path = "../find_cuda_helper" }

0 commit comments

Comments
 (0)