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 4892af6 commit a276ca9Copy full SHA for a276ca9
crates/emmylua_code_analysis/src/semantic/type_check/func_type.rs
@@ -91,9 +91,6 @@ fn check_doc_func_type_compact_for_params(
91
92
match (source_param_type, compact_param_type) {
93
(Some(source_type), Some(compact_type)) => {
94
- if source_type.is_self_infer() && compact_type.is_self_infer() {
95
- continue;
96
- }
97
if check_general_type_compact(
98
db,
99
source_type,
0 commit comments