Skip to content

Commit a276ca9

Browse files
committed
clean code
1 parent 4892af6 commit a276ca9

File tree

1 file changed

+0
-3
lines changed
  • crates/emmylua_code_analysis/src/semantic/type_check

1 file changed

+0
-3
lines changed

crates/emmylua_code_analysis/src/semantic/type_check/func_type.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ fn check_doc_func_type_compact_for_params(
9191

9292
match (source_param_type, compact_param_type) {
9393
(Some(source_type), Some(compact_type)) => {
94-
if source_type.is_self_infer() && compact_type.is_self_infer() {
95-
continue;
96-
}
9794
if check_general_type_compact(
9895
db,
9996
source_type,

0 commit comments

Comments
 (0)