You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is to bypass:
error[E0658]: use of unstable library feature 'lazy_cell'
--> crates/omnix-init/src/config.rs:1:48
|
1 | use std::{collections::HashMap, path::PathBuf, sync::LazyLock};
| ^^^^^^^^^^^^^^
|
= note: see issue #109736
<rust-lang/rust#109736> for more information
= help: add `#![feature(lazy_cell)]` to the crate attributes to enable
= note: this compiler was built on 2024-05-11; consider upgrading it
if it is out of date
0 commit comments