From c87c0dcdb6f307036e72e5044e56789b42334b46 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 28 Aug 2023 09:55:35 +0200 Subject: [PATCH] Fix --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1b45b3f..bc20ada 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,7 +5,6 @@ #![allow(non_snake_case)] #![cfg_attr(docs, feature(doc_cfg))] #![cfg_attr(windows, feature(abi_vectorcall))] -#![feature(thread_local, local_key_cell_methods)] pub mod alloc; pub mod args;