Refactor preinit finding

This commit is contained in:
LoveSy
2024-07-16 22:58:11 +08:00
committed by John Wu
parent b5d2ef18e8
commit 0db6314661
2 changed files with 106 additions and 120 deletions

View File

@@ -1,5 +1,7 @@
#![feature(format_args_nl)]
#![feature(try_blocks)]
#![feature(let_chains)]
#![feature(option_take_if)]
#![allow(clippy::missing_safety_doc)]
use base::Utf8CStr;