Skip to content

Commit 4a9df65

Browse files
committed
omnix-init: use lazy_cell feature
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
1 parent c566f7a commit 4a9df65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/omnix-init/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![feature(lazy_cell)]
12
pub mod action;
23
pub mod config;
34
pub mod core;

0 commit comments

Comments
 (0)