Discard clippy warning

This commit is contained in:
Mubelotix
2025-08-05 16:21:50 +02:00
parent b26d05aed4
commit fd54722bce

View File

@ -391,6 +391,7 @@ fn parse_template_id_fragment<'a>(
Ok(fragment.clone())
}
#[allow(clippy::result_large_err)]
fn parse_template_id<'a>(
index: &Index,
rtxn: &RoTxn,