Use scope_reserve call directly

This commit is contained in:
gingerBill
2026-03-11 14:22:36 +00:00
parent 461486ef6c
commit b7bb7a1dc4
2 changed files with 2 additions and 3 deletions

View File

@@ -388,7 +388,7 @@ u64 get_feature_flag_from_name(String const &name) {
}
if (name == "using-stmt") {
return OptInFeatureFlag_UsingStmt;
}
}
if (name == "force-type-assert") {
return OptInFeatureFlag_ForceTypeAssert;
}