Reduce pub exposure.

This commit is contained in:
Nicholas Nethercote
2023-11-28 16:30:57 +11:00
parent b6d0493388
commit 5f11d19be5
3 changed files with 5 additions and 7 deletions

View File

@@ -2294,7 +2294,7 @@ fn select_debuginfo(matches: &getopts::Matches, cg: &CodegenOptions) -> DebugInf
if max_g > max_c { DebugInfo::Full } else { cg.debuginfo }
}
pub(crate) fn parse_assert_incr_state(
fn parse_assert_incr_state(
handler: &EarlyErrorHandler,
opt_assertion: &Option<String>,
) -> Option<IncrementalStateAssertion> {