This commit is contained in:
Daniil Gentili 2023-08-28 09:55:35 +02:00
parent 714b1555f8
commit c87c0dcdb6
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -5,7 +5,6 @@
#![allow(non_snake_case)] #![allow(non_snake_case)]
#![cfg_attr(docs, feature(doc_cfg))] #![cfg_attr(docs, feature(doc_cfg))]
#![cfg_attr(windows, feature(abi_vectorcall))] #![cfg_attr(windows, feature(abi_vectorcall))]
#![feature(thread_local, local_key_cell_methods)]
pub mod alloc; pub mod alloc;
pub mod args; pub mod args;