From 257d85bf21ee3787e3206e99b9ed754ae911ae3c Mon Sep 17 00:00:00 2001 From: zyl Date: Sat, 31 Aug 2024 13:34:32 -0700 Subject: [PATCH] remove use of now-stabilized nightly feature --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 2a3044a..8d02348 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,3 @@ -#![feature(lazy_cell)] - use std::path::PathBuf; use error::GeneralError;