Remove unnecessary once_cell feature

This commit is contained in:
elkowar 2023-07-29 14:57:01 +02:00
parent acf255f24a
commit 4a9455b63f
No known key found for this signature in database
GPG Key ID: 50E76B4711E4C3E4
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
[workspace]
members = ["crates/*"]
resolver = "2"
[profile.dev]
split-debuginfo = "unpacked"

View File

@ -3,7 +3,6 @@
#![feature(try_blocks)]
#![feature(unwrap_infallible)]
#![feature(never_type)]
#![feature(once_cell)]
pub mod ast;
pub mod dynval;