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 4b2c14f commit 4d3ae01Copy full SHA for 4d3ae01
1 file changed
crates/emmylua_code_analysis/src/semantic/generic/mod.rs
@@ -2,9 +2,9 @@ mod instantiate_func_generic;
2
mod instantiate_special_generic;
3
mod instantiate_type_generic;
4
mod test;
5
+mod tpl_context;
6
mod tpl_pattern;
7
mod type_substitutor;
-mod tpl_context;
8
9
pub use instantiate_func_generic::instantiate_func_generic;
10
pub use instantiate_type_generic::instantiate_doc_function;
0 commit comments