switch unicode-data back to 'static'

This commit is contained in:
Ralf Jung
2024-10-13 10:02:51 +02:00
parent ecf2d1fa4b
commit 90e4f10f6c
3 changed files with 13 additions and 12 deletions

View File

@@ -178,6 +178,7 @@
// tidy-alphabetical-start
#![cfg_attr(bootstrap, feature(const_mut_refs))]
#![cfg_attr(bootstrap, feature(const_refs_to_cell))]
#![cfg_attr(bootstrap, feature(const_refs_to_static))]
#![feature(abi_unadjusted)]
#![feature(adt_const_params)]
#![feature(allow_internal_unsafe)]