We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bad94a commit 8bbb137Copy full SHA for 8bbb137
crates/emmylua_code_analysis/src/semantic/generic/tpl_pattern.rs
@@ -759,11 +759,11 @@ fn return_type_pattern_match_target_type(
759
}
760
761
fn func_varargs_tpl_pattern_match(
762
- varidic: &VariadicType,
+ variadic: &VariadicType,
763
target_rest_params: &[(String, Option<LuaType>)],
764
substitutor: &mut TypeSubstitutor,
765
) -> TplPatternMatchResult {
766
- match varidic {
+ match variadic {
767
VariadicType::Base(base) => {
768
if let LuaType::TplRef(tpl_ref) = base {
769
let tpl_id = tpl_ref.get_tpl_id();
0 commit comments