Open DaniPopes opened 6 days ago
unsafe
OnceLock
SymbolTable
array::from_fn
This crate does not specify an MSRV, but these changes should still be in line with the Rust versions that it can be compiled with already.
unsafe
by replacing the manualOnceLock
(MSRV 1.70)SymbolTable
by usingarray::from_fn
(MSRV 1.63)This crate does not specify an MSRV, but these changes should still be in line with the Rust versions that it can be compiled with already.