Stabilize "file_lock" feature
This commit is contained in:
parent
38c41d0f92
commit
38712030ca
3 changed files with 11 additions and 17 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#![feature(io_error_more)]
|
||||
#![feature(io_error_uncategorized)]
|
||||
#![feature(file_lock)]
|
||||
|
||||
use std::collections::BTreeMap;
|
||||
use std::ffi::OsString;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue