CI: autofix rust code.
semver Build semver has succeeded Details
rustfmt Build rustfmt has succeeded Details
rust-test Build rust-test has succeeded Details

This commit is contained in:
fluxcdbot 2023-07-22 05:43:17 +00:00
parent cb8775f2f4
commit abb0aeacaf
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ pub fn target<'r, 's>(context: Context<'r, 's>, input: &'s str) -> Res<&'s str,
class: ExitClass::Beta,
exit_matcher: &target_end,
}));
let (remaining, body) = recognize(many_till(
let (remaining, _body) = recognize(many_till(
anychar,
parser_with_context!(exit_matcher_parser)(&parser_context),
))(remaining)?;