X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=crates%2Fhir_def%2Fsrc%2Fitem_tree.rs;h=8a1121bbdfbc3a9bd46b9422aeb939dfed53d349;hb=cfbee8d3a35f81e710b17e48b8018cd6076a8133;hp=ca502ce2ba1494a5c1120784b1fe9184e5fe75ec;hpb=b42562b5dee4f4ce23094c7bab6406e3b00f90ad;p=rust.git diff --git a/crates/hir_def/src/item_tree.rs b/crates/hir_def/src/item_tree.rs index ca502ce2ba1..8a1121bbdfb 100644 --- a/crates/hir_def/src/item_tree.rs +++ b/crates/hir_def/src/item_tree.rs @@ -507,8 +507,6 @@ pub struct Function { pub has_self_param: bool, pub has_body: bool, pub is_unsafe: bool, - /// List of function parameters names. Does not include `self`. - pub param_names: Box<[Option]>, pub params: Box<[TypeRef]>, pub is_varargs: bool, pub ret_type: TypeRef,