remove use of now-stabilized nightly feature

This commit is contained in:
zyl 2024-08-31 13:34:32 -07:00
parent b93e35c36b
commit 257d85bf21

View file

@ -1,5 +1,3 @@
#![feature(lazy_cell)]
use std::path::PathBuf;
use error::GeneralError;