Use byte literal instead of cast and ignore too_many_args

This commit is contained in:
Agus Zubiaga 2024-10-24 00:27:20 -03:00
parent c9f001b041
commit a2f940be4e
No known key found for this signature in database
3 changed files with 3 additions and 1 deletions

View file

@ -56,6 +56,7 @@ pub struct Env<'a> {
}
impl<'a> Env<'a> {
#[allow(clippy::too_many_arguments)]
pub fn new(
arena: &'a Bump,
src: &'a str,