- Use type alias ExtDispatch for the HashMap type (fixes type_complexity) - Use .insert() instead of HashMap::from([...]) to avoid fn ptr trivial casts - Remove all as fn(...) casts to avoid clippy::trivial_casts
- Use type alias ExtDispatch for the HashMap type (fixes type_complexity) - Use .insert() instead of HashMap::from([...]) to avoid fn ptr trivial casts - Remove all as fn(...) casts to avoid clippy::trivial_casts