Stabilize "file_lock" feature

This commit is contained in:
Christopher Berner 2025-05-28 21:01:04 -07:00
parent 38c41d0f92
commit 38712030ca
3 changed files with 11 additions and 17 deletions

View file

@ -16,7 +16,7 @@
#![feature(unqualified_local_imports)]
#![feature(derive_coerce_pointee)]
#![feature(arbitrary_self_types)]
#![feature(file_lock)]
#![cfg_attr(bootstrap, feature(file_lock))]
// Configure clippy and other lints
#![allow(
clippy::collapsible_else_if,

View file

@ -2,7 +2,6 @@
#![feature(io_error_more)]
#![feature(io_error_uncategorized)]
#![feature(file_lock)]
use std::collections::BTreeMap;
use std::ffi::OsString;