Skip to content

Commit

Permalink
get rid of once_cell dep and rename feature to lazy_cell
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Aug 18, 2023
1 parent 5b7a71f commit c43af73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Expand Up @@ -24,7 +24,6 @@ opt-level = "s"
itertools = "0.10.3"
nom = "7.1.1"
nom_locate = "4.0.0"
once_cell = "1.15.0"
serde = "1"
serde_json = "1.0.83"
serde_path_to_error = "0.1.8"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
@@ -1,7 +1,7 @@
#![feature(box_patterns)]
#![feature(let_chains)]
#![feature(lazy_cell)]
#![deny(clippy::unwrap_used)]
#![feature(once_cell)]
// bug in swc
#![allow(clippy::not_unsafe_ptr_arg_deref)]

Expand Down

0 comments on commit c43af73

Please sign in to comment.